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 b45011b commit df156e9Copy full SHA for df156e9
examples/lsm6ds_pedometer.py
@@ -17,7 +17,7 @@
17
# Note that the LSM6DS3TRC, which is used on the Adafruit Feather Sense,
18
# uses a different I2C register to enable the pedometer,
19
# so the device classes are not interchangeable.
20
-
+#
21
# from adafruit_lsm6ds.lsm6ds33 import LSM6DS33 as LSM
22
from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM
23
0 commit comments