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 4913044 commit 2727f05Copy full SHA for 2727f05
adafruit_mcp230xx/mcp23008.py
@@ -36,7 +36,6 @@
36
__version__ = "0.0.0-auto.0"
37
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
38
39
-# pylint: disable=bad-whitespace
40
_MCP23008_ADDRESS = const(0x20)
41
_MCP23008_IODIR = const(0x00)
42
_MCP23008_IPOL = const(0x01)
adafruit_mcp230xx/mcp23017.py
_MCP23017_ADDRESS = const(0x20)
_MCP23017_IODIRA = const(0x00)
_MCP23017_IODIRB = const(0x01)
0 commit comments