Skip to content

Commit df156e9

Browse files
authored
Update examples/lsm6ds_pedometer.py
1 parent b45011b commit df156e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lsm6ds_pedometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Note that the LSM6DS3TRC, which is used on the Adafruit Feather Sense,
1818
# uses a different I2C register to enable the pedometer,
1919
# so the device classes are not interchangeable.
20-
20+
#
2121
# from adafruit_lsm6ds.lsm6ds33 import LSM6DS33 as LSM
2222
from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM
2323

0 commit comments

Comments
 (0)