Skip to content

Commit

Permalink
Merge pull request #11 from TwoTenPvP/patch-2
Browse files Browse the repository at this point in the history
Fix geomagnetic_rotation_vector initial value
  • Loading branch information
siddacious authored Dec 23, 2020
2 parents 3054fa0 + dd4847f commit f4e8dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_bno08x/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
BNO_REPORT_STABILITY_CLASSIFIER: "Unknown",
BNO_REPORT_ROTATION_VECTOR: (0.0, 0.0, 0.0, 0.0),
BNO_REPORT_GAME_ROTATION_VECTOR: (0.0, 0.0, 0.0, 0.0),
BNO_REPORT_GEOMAGNETIC_ROTATION_VECTOR: (0.0, 0.0, 0.0, 0.0),
}

_ENABLED_ACTIVITIES = (
Expand Down

0 comments on commit f4e8dfd

Please sign in to comment.