ozzmaker / BerryIMU

Code related to BerryIMU
http://ozzmaker.com
181 stars 109 forks source link

Usage of Wire library. #15

Open Koepel opened 5 years ago

Koepel commented 5 years ago

The Wire.requestFrom() should not be used in combination with Wire.beginTransmission() or Wire.endTransmission(). Explanation: Common-mistakes, number 2 and 3. See also my alternative explanation of the functions of the Wire library.

I found the issue in the readFrom() function in: