Skip to content

Commit 1795dfa

Browse files
committed
Updated mode docstring
1 parent f324666 commit 1795dfa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adafruit_bno055.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ def mode(self):
144144
Switch the mode of operation and return the previous mode.
145145
146146
Mode of operation defines which sensors are enabled and whether the
147-
measurements are absolute or relative:
148-
147+
measurements are absolute or relative.
148+
If a sensor is disabled, it will return an empty tuple.
149+
150+
legend: x=on, -=off
149151
+------------------+-------+---------+------+----------+
150152
| Mode | Accel | Compass | Gyro | Absolute |
151153
+==================+=======+=========+======+==========+

0 commit comments

Comments
 (0)