We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f324666 commit 1795dfaCopy full SHA for 1795dfa
adafruit_bno055.py
@@ -144,8 +144,10 @@ def mode(self):
144
Switch the mode of operation and return the previous mode.
145
146
Mode of operation defines which sensors are enabled and whether the
147
- measurements are absolute or relative:
148
-
+ measurements are absolute or relative.
+ If a sensor is disabled, it will return an empty tuple.
149
+
150
+ legend: x=on, -=off
151
+------------------+-------+---------+------+----------+
152
| Mode | Accel | Compass | Gyro | Absolute |
153
+==================+=======+=========+======+==========+
0 commit comments