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.
1 parent e70de9f commit 1bc647aCopy full SHA for 1bc647a
adafruit_mcp230xx/mcp23s08.py
@@ -14,7 +14,7 @@
14
"""
15
16
from micropython import const
17
-from .MCP23Sxx import MCP23SXX
+from .mcp23sxx import MCP23SXX
18
from .digital_inout import DigitalInOut
19
20
__version__ = "0.0.0-auto.0"
adafruit_mcp230xx/mcp23sxx.py
@@ -5,7 +5,7 @@
5
# SPDX-License-Identifier: MIT
6
7
8
-`mcp23Sxx`
+`mcp23sxx`
9
====================================================
10
11
CircuitPython module for the MCP23S17 SPI I/O extenders.
0 commit comments