Skip to content

Commit 1f30680

Browse files
author
Dustin Hoffman
authored
Update lis3mdl_lsm6ds_test.py
1 parent fa0fa39 commit 1f30680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3mdl_lsm6ds_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22
import board
3-
from adafruit_lsm6ds.lsm6Dsox import LSM6DSOX as LSM6DS
3+
from adafruit_lsm6ds.lsm6dsox import LSM6DSOX as LSM6DS
44

55
# To use LSM6DS33, comment out the LSM6DSOX import line
66
# and uncomment the next line

0 commit comments

Comments
 (0)