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 94b0351 commit 991e5d2Copy full SHA for 991e5d2
adafruit_esp32spi/adafruit_esp32spi.py
@@ -51,7 +51,6 @@
51
__version__ = "0.0.0-auto.0"
52
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git"
53
54
-# pylint: disable=bad-whitespace
55
_SET_NET_CMD = const(0x10)
56
_SET_PASSPHRASE_CMD = const(0x11)
57
_SET_AP_NET_CMD = const(0x18)
@@ -140,7 +139,6 @@
140
139
ADC_ATTEN_DB_2_5 = const(1)
141
ADC_ATTEN_DB_6 = const(2)
142
ADC_ATTEN_DB_11 = const(3)
143
-# pylint: enable=bad-whitespace
144
145
146
class ESP_SPIcontrol: # pylint: disable=too-many-public-methods, too-many-instance-attributes
0 commit comments