Skip to content

Commit 3054fa0

Browse files
authored
Merge pull request #10 from TwoTenPvP/patch-1
Fix game_rotation_vector initial value
2 parents d12a395 + ad40b5e commit 3054fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_bno08x/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
},
170170
BNO_REPORT_STABILITY_CLASSIFIER: "Unknown",
171171
BNO_REPORT_ROTATION_VECTOR: (0.0, 0.0, 0.0, 0.0),
172+
BNO_REPORT_GAME_ROTATION_VECTOR: (0.0, 0.0, 0.0, 0.0),
172173
}
173174

174175
_ENABLED_ACTIVITIES = (

0 commit comments

Comments
 (0)