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.
2 parents 941d9e6 + 4f7a72b commit 1bfcfc4Copy full SHA for 1bfcfc4
adafruit_lsm6ds/__init__.py
@@ -190,7 +190,7 @@ class LSM6DS: # pylint: disable=too-many-instance-attributes
190
_ped_enable = RWBit(_LSM6DS_TAP_CFG, 6)
191
pedometer_steps = ROUnaryStruct(_LSM6DS_STEP_COUNTER, "<h")
192
"""The number of steps detected by the pedometer. You must enable with `pedometer_enable`
193
- before calling. Use `pedometer_reset` to reset the number of steps"""
+ before calling. Use ``pedometer_reset`` to reset the number of steps"""
194
CHIP_ID = None
195
196
def __init__(self, i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS) -> None:
0 commit comments