Skip to content

Commit 8599c01

Browse files
brentrubrentru
brentru
authored and
brentru
committed
add credit to where credit is due :)
1 parent 4923344 commit 8599c01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adafruit_esp32spi/digitalio.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
==============================
2525
DigitalIO for ESP32 over SPI.
2626
27-
* Author(s): Brent Rubell
27+
* 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
2831
"""
2932
from micropython import const
3033

0 commit comments

Comments
 (0)