Skip to content

Commit 00b16c6

Browse files
authored
Merge pull request #127 from FoamyGuy/fix_accel_doc_unit
Update units in acceleration docstring
2 parents 597f4d3 + 27abca2 commit 00b16c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bno055.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def _temperature(self) -> None:
409409

410410
@property
411411
def acceleration(self) -> Tuple[Optional[float], Optional[float], Optional[float]]:
412-
"""Gives the raw accelerometer readings, in m/s.
412+
"""Gives the raw accelerometer readings, in m/s^2.
413413
Returns an empty tuple of length 3 when this property has been disabled by the current mode.
414414
"""
415415
if self.mode not in [0x00, 0x02, 0x03, 0x06]:

0 commit comments

Comments
 (0)