You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have issues with the way the Wire library is used.
See: jarzebski/Arduino-MPU6050#4
When the bugs are removed, there is no difference between the fastRegister8() and the readRegister8(). At this moment they both are equally slow because of the bug that causes an extra bus transaction.
Explanation: Common-mistakes, number 1, 2 and 3.
The text was updated successfully, but these errors were encountered:
The files:
have issues with the way the Wire library is used.
See: jarzebski/Arduino-MPU6050#4
When the bugs are removed, there is no difference between the fastRegister8() and the readRegister8(). At this moment they both are equally slow because of the bug that causes an extra bus transaction.
Explanation: Common-mistakes, number 1, 2 and 3.
The text was updated successfully, but these errors were encountered: