File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
- .. image :: https://readthedocs.org/projects/adafruit-circuitpython-icm20x /badge/?version=latest
5
- :target: https://circuitpython.readthedocs.io/projects/icm20x /en/latest/
4
+ .. image :: https://readthedocs.org/projects/adafruit-circuitpython-icm20649 /badge/?version=latest
5
+ :target: https://circuitpython.readthedocs.io/projects/icm20649 /en/latest/
6
6
:alt: Documentation Status
7
7
8
8
.. image :: https://img.shields.io/discord/327254708534116352.svg
@@ -58,7 +58,8 @@ Usage Example
58
58
59
59
For use with the ICM20649:
60
60
61
- .. code-block: python3
61
+ .. code-block :: python3
62
+
62
63
import time
63
64
import board
64
65
import busio
@@ -75,7 +76,8 @@ For use with the ICM20649:
75
76
76
77
For use with the ICM20948:
77
78
78
- .. code-block: python3
79
+ .. code-block :: python3
80
+
79
81
import time
80
82
import board
81
83
import busio
Original file line number Diff line number Diff line change 1
1
Simple test
2
2
------------
3
3
4
- Ensure your device works with this simple test .
4
+ Ensure your device works with one of these simple tests .
5
5
6
6
.. literalinclude :: ../examples/icm20649_simpletest.py
7
7
:caption: examples/icm20649_simpletest.py
8
8
:linenos:
9
+
10
+ .. literalinclude :: ../examples/icm20948_simpletest.py
11
+ :caption: examples/icm20948_simpletest.py
12
+ :linenos:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Table of Contents
32
32
.. toctree ::
33
33
:caption: Other Links
34
34
35
- Download <https://github.com/adafruit/adafruit_CircuitPython_ICM20649 /releases/latest >
35
+ Download <https://github.com/adafruit/adafruit_CircuitPython_ICM20X /releases/latest >
36
36
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
37
37
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
38
38
Discord Chat <https://adafru.it/discord >
You can’t perform that action at this time.
0 commit comments