adafruit / Adafruit_CircuitPython_BNO08x

Helper library for the Hillcrest Laboratories BNO080 IMU
MIT License
22 stars 29 forks source link

Fix geomagnetic_rotation_vector initial value #11

Closed TwoTenPvP closed 3 years ago

TwoTenPvP commented 3 years ago

Ensures that game_rotation_vector will have a initial value of length 4 to be parsable as a quaternion.

Similar to #10