Skip to content

Commit 52a561a

Browse files
committed
Merge remote-tracking branch 'adafruit/icm20948' into icm20948
2 parents ce6322a + 2fd26d3 commit 52a561a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Introduction
22
============
33

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/
66
:alt: Documentation Status
77

88
.. image:: https://img.shields.io/discord/327254708534116352.svg
@@ -58,7 +58,8 @@ Usage Example
5858

5959
For use with the ICM20649:
6060

61-
.. code-block: python3
61+
.. code-block:: python3
62+
6263
import time
6364
import board
6465
import busio
@@ -75,7 +76,8 @@ For use with the ICM20649:
7576
7677
For use with the ICM20948:
7778

78-
.. code-block: python3
79+
.. code-block:: python3
80+
7981
import time
8082
import board
8183
import busio

docs/examples.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Simple test
22
------------
33

4-
Ensure your device works with this simple test.
4+
Ensure your device works with one of these simple tests.
55

66
.. literalinclude:: ../examples/icm20649_simpletest.py
77
:caption: examples/icm20649_simpletest.py
88
:linenos:
9+
10+
.. literalinclude:: ../examples/icm20948_simpletest.py
11+
:caption: examples/icm20948_simpletest.py
12+
:linenos:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Table of Contents
3232
.. toctree::
3333
:caption: Other Links
3434

35-
Download <https://github.com/adafruit/adafruit_CircuitPython_ICM20649/releases/latest>
35+
Download <https://github.com/adafruit/adafruit_CircuitPython_ICM20X/releases/latest>
3636
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
3737
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3838
Discord Chat <https://adafru.it/discord>

0 commit comments

Comments
 (0)