From 87c6250b4c941cbd7e77e42645ee9a330570622d Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 13 Feb 2015 22:21:44 +0000 Subject: esp8266: Add basic pyb.Pin class; supports output mode only. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') 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/,\ -- cgit v1.2.3