File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ LSM6DS Test
3333
3434Test the LSM6DS device
3535
36- .. literalinclude :: ../examples/lis3mdl_lsm6ds_test .py
37- :caption: examples/lis3mdl_lsm6ds_test .py
36+ .. literalinclude :: ../examples/lis3mdl_lsm6dstrc_test .py
37+ :caption: examples/lis3mdl_lsm6dstrc_test .py
3838 :linenos:
3939
4040Range Test
Original file line number Diff line number Diff line change 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
1818from adafruit_lis3mdl import LIS3MDL
1919
2020i2c = board .I2C () # uses board.SCL and board.SDA
You can’t perform that action at this time.
0 commit comments