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
I have an arduino zero clone(samd21). and using this library to interface with mpu6050 imu.
Gyro yaw pitch roll example freezes as soon as it enters the loop.
It this a common issue?
The text was updated successfully, but these errors were encountered:
Could be related to #4 , when the i2c communication is interrupted the library freezes waiting for data that will not come. I'd suggest to check wiring first, if it is correct you could try one of the two proposed pull requests (#8 or #17)
I have an arduino zero clone(samd21). and using this library to interface with mpu6050 imu.
Gyro yaw pitch roll example freezes as soon as it enters the loop.
It this a common issue?
The text was updated successfully, but these errors were encountered: