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
TwoWire::endTransmission() returns a boolean that is true if successful, then it should return a byte, which indicates the status of the transmission:
0:success
1:data too long to fit in transmit buffer
2:received NACK on transmit of address
3:received NACK on transmit of data
4:other error
The text was updated successfully, but these errors were encountered:
TwoWire::endTransmission() returns a boolean that is true if successful, then it should return a byte, which indicates the status of the transmission:
0:success
1:data too long to fit in transmit buffer
2:received NACK on transmit of address
3:received NACK on transmit of data
4:other error
The text was updated successfully, but these errors were encountered: