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 2da1a8e commit 2dfd61aCopy full SHA for 2dfd61a
adafruit_lsm6ds/__init__.py
@@ -370,7 +370,7 @@ def gyro_data_rate(self, value: int) -> None:
370
371
@property
372
def pedometer_enable(self) -> bool:
373
- """ Whether the pedometer function on the accelerometer is enabled"""
+ """Whether the pedometer function on the accelerometer is enabled"""
374
return self._ped_enable and self._func_enable
375
376
@pedometer_enable.setter
0 commit comments