This repository was archived by the owner on Feb 28, 2024. It is now read-only.
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
I2Cdev is old and has major issues #119
Closed
Description
Arduino_MachineControl/src/utility/ioexpander/I2Cdev.cpp
Lines 285 to 286 in ca7ff9b
Surrounding Wire.requestFrom()
with Wire.beginTransmission(devAddr);
/ Wire.endTransmission();
is not the correct usage of the Wire lib.
This bug has been fixed in I2Cdev already 2 Years ago in
jrowberg/i2cdevlib@98a3b4e