You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to use TW_STATUS macro from avr-libc instead of switch (status & I2C_STATUS_MASK).
By this way your code will transform to switch (TW_STATUS)
I suggest to use
TW_STATUS
macro from avr-libc instead ofswitch (status & I2C_STATUS_MASK)
.By this way your code will transform to
switch (TW_STATUS)
AVRC/samples/i2c/ms.cpp
Line 23 in 85df4a9
The text was updated successfully, but these errors were encountered: