File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Installation
24
24
-------------
25
25
26
26
This library is **NOT ** built into CircuitPython to make it easy to update. To
27
- install it either follow the directions below or :ref: `install the library
28
- bundle <bundle_installation>`.
27
+ install it either follow the directions below or `install the library
28
+ bundle <bundle_installation> `_ .
29
29
30
30
To install:
31
31
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Simple test
3
3
4
4
Ensure your device works with this simple test.
5
5
6
- .. literalinclude :: ../examples/read_register_i2c .py
7
- :caption: examples/read_register_i2c .py
6
+ .. literalinclude :: ../examples/busdevice_read_register_i2c .py
7
+ :caption: examples/busdevice_read_register_i2c .py
8
8
:linenos:
9
9
10
- .. literalinclude :: ../examples/read_register_spi .py
11
- :caption: examples/read_register_spi .py
12
- :linenos:
10
+ .. literalinclude :: ../examples/busdevice_read_register_spi .py
11
+ :caption: examples/busdevice_read_register_spi .py
12
+ :linenos:
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments