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
In the file "examples/PortableC/Example999_Portable/Example999_Portable.ino" there is a Wire.endTransmission() after a Wire.requestFrom(). That Wire.endTransmission() is currently at line 205 and should be removed.