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 f1d8065 commit b45011bCopy full SHA for b45011b
examples/lsm6ds_pedometer.py
@@ -17,8 +17,9 @@
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
-from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM
+
21
# from adafruit_lsm6ds.lsm6ds33 import LSM6DS33 as LSM
22
+from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM
23
24
i2c = board.I2C() # uses board.SCL and board.SDA
25
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
0 commit comments