aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George2016-02-11 13:19:11 +0000
committerPaul Sokolovsky2016-03-26 10:55:21 +0200
commit3962766be08f0ccd81bedab1a5d1d8f6468f972e (patch)
treeb119f29d21f591bb94b0c6605738a39d092ca8f5 /esp8266/Makefile
parentb62beadae01f65d7751d26d82e35d56925f4e6d9 (diff)
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
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 b30bb2f95..1836e7eb4 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -58,6 +58,7 @@ SRC_C = \
lexerstr32.c \
uart.c \
esppwm.c \
+ espneopixel.c \
modpyb.c \
modpybpin.c \
modpybpwm.c \