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 be71b45 commit 131c83eCopy full SHA for 131c83e
adafruit_wiznet5k/adafruit_wiznet5k.py
@@ -127,7 +127,7 @@
127
SRC_PORTS = [0] * W5200_W5500_MAX_SOCK_NUM
128
129
130
-class WIZNET5K: # pylint: disable=too-many-public-methods
+class WIZNET5K: # pylint: disable=too-many-public-methods, too-many-instance-attributes
131
"""Interface for WIZNET5K module.
132
133
:param ~busio.SPI spi_bus: The SPI bus the Wiznet module is connected to.
0 commit comments