Update i2c.c

pull/7/head
Sylaina 6 years ago committed by GitHub
parent f3fb16254f
commit 0a8279170d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,4 +62,6 @@ uint8_t i2c_readNAck(void){
while ((TWCR & (1<<TWINT)) == 0);
return TWDR;
}
#else
#error "Micorcontroller not supported now!"
#endif

Loading…
Cancel
Save