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 4923344 commit 8599c01Copy full SHA for 8599c01
adafruit_esp32spi/digitalio.py
@@ -24,7 +24,10 @@
24
==============================
25
DigitalIO for ESP32 over SPI.
26
27
-* Author(s): Brent Rubell
+* Author(s): Brent Rubell, based on Adafruit_Blinka digitalio implementation
28
+and bcm283x Pin implementation.
29
+https://github.com/adafruit/Adafruit_Blinka/blob/master/src/adafruit_blinka/microcontroller/bcm283x/pin.py
30
+https://github.com/adafruit/Adafruit_Blinka/blob/master/src/digitalio.py
31
"""
32
from micropython import const
33
0 commit comments