X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/611b05f44622790688bb9e074254ce6adf35c5a4..a42332d0d0261bb5cc62365648eb11a6169b4bdf:/src/adafruit_blinka/board/feather_huzzah.py diff --git a/src/adafruit_blinka/board/feather_huzzah.py b/src/adafruit_blinka/board/feather_huzzah.py old mode 100644 new mode 100755 index 60dd863..f02f647 --- a/src/adafruit_blinka/board/feather_huzzah.py +++ b/src/adafruit_blinka/board/feather_huzzah.py @@ -1,6 +1,9 @@ +"""Feather Huzzah pin names""" + from adafruit_blinka.microcontroller.esp8266 import pin -# TODO need equiv of INPUT_PULL_DOWN_16 ? see https://tttapa.github.io/ESP8266/Chap04%20-%20Microcontroller.html +# TODO need equiv of INPUT_PULL_DOWN_16 ? +# See https://tttapa.github.io/ESP8266/Chap04%20-%20Microcontroller.html GPIO0 = pin.GPIO0 GPIO1 = pin.GPIO1 @@ -24,4 +27,4 @@ RX = GPIO3 TX = GPIO1 SDA = GPIO4 -SCL = GPIO5 \ No newline at end of file +SCL = GPIO5