This repository was archived by the owner on Feb 28, 2024. It is now read-only.
I2Cdev is old and has major issues #119
Labels
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Arduino_MachineControl/src/utility/ioexpander/I2Cdev.cpp
Lines 285 to 286 in ca7ff9b
Surrounding
Wire.requestFrom()
withWire.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
The text was updated successfully, but these errors were encountered: