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 f57a1c1 commit dfcc879Copy full SHA for dfcc879
docs/examples.rst
@@ -34,7 +34,7 @@ LSM6DS Test
34
Test the LSM6DS device
35
36
.. literalinclude:: ../examples/lis3mdl_lsm6ds_test.py
37
- :caption: examples/lis3mdl_lsm6ds_test.py
+ :caption: examples/lis3mdl_lsm6dstrc_test.py
38
:linenos:
39
40
Range Test
examples/lis3mdl_lsm6ds_test.py renamed to examples/lis3mdl_lsm6ds3trc_test.py
@@ -14,7 +14,7 @@
14
# from adafruit_lsm6ds.lsm330dhcx import ISM330DHCX as LSM6DS
15
# To use LSM6DS3TR-C, comment out the LSM6DSOX import line
16
# and uncomment the next line
17
-# from adafruit_lsm6ds.lsm6ds3 import LSM6DS3 as LSM6DS
+# from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM6DS
18
from adafruit_lis3mdl import LIS3MDL
19
20
i2c = board.I2C() # uses board.SCL and board.SDA
0 commit comments