From a0a08b4be1583aa7a4ef33d3b1b0aa6553732eca Mon Sep 17 00:00:00 2001 From: misterdanb Date: Mon, 28 Mar 2016 01:58:14 +0200 Subject: esp8266: Add APA102 serial individually controllable LEDs support. APA102 is a new "smart LED", similar to WS2812 aka "Neopixel". --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') 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 \ -- cgit v1.2.3