The Wire.endTransmission after Wire.requestFrom is not needed.
Closed this issue · 2 comments
Koepel commented
In the file "i2c.h" in the function "read" is a Wire.endTransmission at the end, after a Wire.requestFrom.
That last Wire.endTransmission can be deleted, since Wire.requestFrom should not be followed by a Wire.endTransmission.
The Wire.beginTransmission and Wire.endTransmission are only used when writing data.
jlvandusen commented
Koepel - thank you
orgua commented
ok, changed in latest dev-branch