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 486c77e commit 7119196Copy full SHA for 7119196
adafruit_esp32spi/adafruit_esp32spi.py
@@ -29,8 +29,8 @@
29
import struct
30
import time
31
from micropython import const
32
-from digitalio import Direction
33
from adafruit_bus_device.spi_device import SPIDevice
+from digitalio import Direction
34
35
__version__ = "0.0.0-auto.0"
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git"
@@ -128,6 +128,7 @@
128
ADC_ATTEN_DB_6 = const(2)
129
ADC_ATTEN_DB_11 = const(3)
130
131
+# pylint: disable=too-many-lines
132
133
class ESP_SPIcontrol: # pylint: disable=too-many-public-methods, too-many-instance-attributes
134
"""A class that will talk to an ESP32 module programmed with special firmware
0 commit comments