aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George2015-02-13 22:21:44 +0000
committerDamien George2015-02-13 22:21:44 +0000
commit87c6250b4c941cbd7e77e42645ee9a330570622d (patch)
treeb2d73f5b36606fedef9e0f5810222f944c7b250c /esp8266/Makefile
parentbaafb290ada10c7b8ba0b4b31fb4c5ec8282be88 (diff)
esp8266: Add basic pyb.Pin class; supports output mode only.
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 76b16b150..0728e8a56 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -47,6 +47,7 @@ SRC_C = \
gccollect.c \
uart.c \
modpyb.c \
+ modpybpin.c \
modesp.c \
STM_SRC_C = $(addprefix stmhal/,\