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.
2 parents 11e5aa1 + 1f30680 commit aa720bcCopy full SHA for aa720bc
examples/lis3mdl_lsm6ds_test.py
@@ -1,14 +1,14 @@
1
import time
2
import board
3
-from adafruit_lsm6ds 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
7
-# from adafruit_lsm6ds import LSM6DS33 as LSM6DS
+# from adafruit_lsm6ds.lsm6ds33 import LSM6DS33 as LSM6DS
8
9
# To use ISM330DHCX, comment out the LSM6DSOX import line
10
11
-# from adafruit_lsm6ds import ISM330DHCX as LSM6DS
+# from adafruit_lsm6ds.lsm330dhcx import ISM330DHCX as LSM6DS
12
13
from adafruit_lis3mdl import LIS3MDL
14
0 commit comments