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 fa0fa39 commit 1f30680Copy full SHA for 1f30680
examples/lis3mdl_lsm6ds_test.py
@@ -1,6 +1,6 @@
1
import time
2
import board
3
-from adafruit_lsm6ds.lsm6Dsox import LSM6DSOX as LSM6DS
+from adafruit_lsm6ds.lsm6dsox import LSM6DSOX as LSM6DS
4
5
# To use LSM6DS33, comment out the LSM6DSOX import line
6
# and uncomment the next line
0 commit comments