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
Gyro sensor reset was failing because we were writing 17 bytes of 0
to the gyro sensor instead of the byte 17.
Also change it to a bytes literal for max efficiency.
0 commit comments