File tree 3 files changed +0
-3
lines changed 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 19
19
__version__ = "0.0.0-auto.0"
20
20
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
21
21
22
- # pylint: disable=bad-whitespace
23
22
_MCP23008_ADDRESS = const (0x20 )
24
23
_MCP23008_IODIR = const (0x00 )
25
24
_MCP23008_IPOL = const (0x01 )
Original file line number Diff line number Diff line change 27
27
__version__ = "0.0.0-auto.0"
28
28
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
29
29
30
- # pylint: disable=bad-whitespace
31
30
_MCP23016_ADDRESS = const (0x20 )
32
31
_MCP23016_GPIO0 = const (0x00 )
33
32
_MCP23016_GPIO1 = const (0x01 )
Original file line number Diff line number Diff line change 19
19
__version__ = "0.0.0-auto.0"
20
20
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
21
21
22
- # pylint: disable=bad-whitespace
23
22
_MCP23017_ADDRESS = const (0x20 )
24
23
_MCP23017_IODIRA = const (0x00 )
25
24
_MCP23017_IODIRB = const (0x01 )
You can’t perform that action at this time.
0 commit comments