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
Currently, the I2C class is implemented such that I2C::write returns different values to indicate ACK in different overloads. This seems counter-intuitive and should probably be made consistent. In #1670, the documentation was corrected to reflect the documentation, however nothing was done about the implementation.