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
{{ message }}
This repository was archived by the owner on Oct 25, 2019. It is now read-only.
Unlike the accelerometer which is read x,y,z, the magnetometer is read as x,z,y. I have tested this and it seems to check out. It also aligns with the Arduino code Adafruit has provided for this board.
The text was updated successfully, but these errors were encountered:
According to the datasheet, the line:
mag_x, mag_y, mag_z = mag
should be:
mag_x, mag_z, mag_y = mag
Unlike the accelerometer which is read x,y,z, the magnetometer is read as x,z,y. I have tested this and it seems to check out. It also aligns with the Arduino code Adafruit has provided for this board.
The text was updated successfully, but these errors were encountered: