Open Koepel opened 6 years ago
In the function "FDC1004::read16()", there is a Wire.beginTransmission() before the Wire.requestFrom() and a Wire.endTransmission() after a Wire.requestFrom(). Those can be removed. Explanation: Common-mistakes, number 2 and 3.
In the function "FDC1004::read16()", there is a Wire.beginTransmission() before the Wire.requestFrom() and a Wire.endTransmission() after a Wire.requestFrom(). Those can be removed. Explanation: Common-mistakes, number 2 and 3.