From: Cefn Hoile Date: Sat, 17 Feb 2018 02:00:26 +0000 (+0000) Subject: No longer needed X-Git-Tag: 0.1.0~4^2~145 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/7642f44df66457b710e5d64c7d104c1a7e808c7d No longer needed --- diff --git a/python/boards/esp8266.py b/python/boards/esp8266.py deleted file mode 100644 index b6aa436..0000000 --- a/python/boards/esp8266.py +++ /dev/null @@ -1,27 +0,0 @@ -# note GPIO0 and GPIO2 have built-in pull-ups on common ESP8266 -# breakout boards making them suitable for I2C SDA and SCL - -D0 = 16 -D1 = 5 -D2 = 4 -D3 = 0 -D4 = 2 -D5 = 14 -D6 = 12 -D7 = 13 -D8 = 15 -D9 = 3 -D10 = 1 - -TX1 = D4 -"""Transmit pin from second (transmit-only) UART """ - -CLK = D5 -"""SPI clock pin""" -MISO = D6 -"""SPI MISO (Master in, Slave out)""" -MOSI = D7 -"""SPI MOSI (Master out, Slave in)""" - -RX0 = D9 -TX0 = D10 diff --git a/python/boards/pyboard.py b/python/boards/pyboard.py deleted file mode 100644 index c98444f..0000000 --- a/python/boards/pyboard.py +++ /dev/null @@ -1 +0,0 @@ -raise Error("Not yet implemented") diff --git a/python/sync.sh b/python/sync.sh deleted file mode 100644 index 8b13789..0000000 --- a/python/sync.sh +++ /dev/null @@ -1 +0,0 @@ -