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 764411d commit f1d8065Copy full SHA for f1d8065
examples/lsm6ds_pedometer.py
@@ -22,7 +22,7 @@
22
23
i2c = board.I2C() # uses board.SCL and board.SDA
24
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
25
-sensor = LSM6DS33(i2c)
+sensor = LSM(i2c)
26
27
# enable accelerometer sensor @ 2G and 26 Hz
28
sensor.accelerometer_range = AccelRange.RANGE_2G
0 commit comments