aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authormisterdanb2016-03-28 01:58:14 +0200
committerPaul Sokolovsky2016-05-19 22:29:11 +0300
commita0a08b4be1583aa7a4ef33d3b1b0aa6553732eca (patch)
tree278812b070128898c4afade05b0781a622bb515f /esp8266/Makefile
parent6fa60153eae746bee4657ae3fcd69e71144c6d59 (diff)
esp8266: Add APA102 serial individually controllable LEDs support.
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
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 d8786301a..2d65b4bd6 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -65,6 +65,7 @@ SRC_C = \
esppwm.c \
esponewire.c \
espneopixel.c \
+ espapa102.c \
intr.c \
modpyb.c \
modpybpin.c \