Skip to content

Commit b36aebe

Browse files
committed
More minor documentation changes.
1 parent a1a94ac commit b36aebe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313
:target: https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx/actions/
1414
:alt: Build Status
1515

16-
CircuitPython module for the MCP23017 and MCP23008 I2C I/O extenders.
16+
CircuitPython module for the MCP23017 and MCP23008 I2C I/O extenders. Also supports the MCP23S17 and MCP23S08 SPI I/O extenders as well, which are the same chip but over SPI.
1717

1818
Dependencies
1919
=============

docs/examples.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ Ensure your device works with this simple test.
66
.. literalinclude:: ../examples/mcp230xx_simpletest.py
77
:caption: examples/mcp230xx_simpletest.py
88
:linenos:
9+
10+
.. literalinclude:: ../examples/mcp23Sxx_simpletest.py
11+
:caption: examples/mcp23Sxx_simpletest.py
12+
:linenos:

0 commit comments

Comments
 (0)