summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-03-01 22:53:23 +0000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-25 23:28:13 +0200
commit82b95f625ebedacfaf7a8809bb5d71e9bd19fb7d (patch)
treed621275a34d8b0ae579a7102e440cf473a640b0f /esp8266/Makefile
parent91031a75a1d3ece259ed7e02fd9396947abdbac0 (diff)
downloadmicropython-82b95f625ebedacfaf7a8809bb5d71e9bd19fb7d.tar.gz
micropython-82b95f625ebedacfaf7a8809bb5d71e9bd19fb7d.zip
esp8266: Implement software SPI class.
Supports speeds up to 500k baud, polarity=0/1, phase=0/1, and using any pins. Only supports MSB output at the moment.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 9bf6bc2c23..66337be035 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -62,6 +62,7 @@ SRC_C = \
modpybrtc.c \
modpybadc.c \
modpybi2c.c \
+ modpybspi.c \
modesp.c \
modnetwork.c \
modutime.c \