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.
2 parents 9c58c57 + 816c7a2 commit 1b85541Copy full SHA for 1b85541
README.rst
@@ -29,7 +29,7 @@ This is easily achieved by downloading
29
Usage Example
30
=============
31
32
-See examples/simpletest.py for a demo of the usage.
+See examples/mcp230xx_simpletest.py for a demo of the usage.
33
34
Contributing
35
============
docs/examples.rst
@@ -3,6 +3,6 @@ Simple test
3
4
Ensure your device works with this simple test.
5
6
-.. literalinclude:: ../examples/simpletest.py
7
- :caption: examples/simpletest.py
+.. literalinclude:: ../examples/mcp230xx_simpletest.py
+ :caption: examples/mcp230xx_simpletest.py
8
:linenos:
examples/simpletest.py renamed to examples/mcp230xx_simpletest.py
0 commit comments