Skip to content

Commit f662d25

Browse files
committed
Fix import in mcp23s08 for mcp23sxx.
1 parent e70de9f commit f662d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mcp230xx/mcp23s08.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
from micropython import const
17-
from .MCP23Sxx import MCP23SXX
17+
from .mcp23sxx import MCP23SXX
1818
from .digital_inout import DigitalInOut
1919

2020
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)