Skip to content

Commit 78588f1

Browse files
committed
use LSM6DS3TRC because that's what the breakout has
1 parent f57a1c1 commit 78588f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3mdl_lsm6ds_test.py renamed to examples/lis3mdl_lsm6ds3trc_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# from adafruit_lsm6ds.lsm330dhcx import ISM330DHCX as LSM6DS
1515
# To use LSM6DS3TR-C, comment out the LSM6DSOX import line
1616
# and uncomment the next line
17-
# from adafruit_lsm6ds.lsm6ds3 import LSM6DS3 as LSM6DS
17+
# from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM6DS
1818
from adafruit_lis3mdl import LIS3MDL
1919

2020
i2c = board.I2C() # uses board.SCL and board.SDA

0 commit comments

Comments
 (0)