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 b36aebe commit e70de9fCopy full SHA for e70de9f
adafruit_mcp230xx/mcp230xx.py
@@ -1,5 +1,6 @@
1
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
2
# SPDX-FileCopyrightText: 2019 Carter Nelson
3
+# SPDX-FileCopyrightText: 2021 Red_M
4
#
5
# SPDX-License-Identifier: MIT
6
@@ -9,7 +10,7 @@
9
10
11
CircuitPython module for the MCP23017 and MCP23008 I2C I/O extenders.
12
-* Author(s): Tony DiCola
13
+* Author(s): Tony DiCola, Red_M (2021)
14
"""
15
16
from .mcp23xxx import MCP23XXX
0 commit comments