diff options
| author | Damien George | 2016-02-11 13:19:11 +0000 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-26 10:55:21 +0200 |
| commit | 3962766be08f0ccd81bedab1a5d1d8f6468f972e (patch) | |
| tree | b119f29d21f591bb94b0c6605738a39d092ca8f5 /esp8266/Makefile | |
| parent | b62beadae01f65d7751d26d82e35d56925f4e6d9 (diff) | |
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
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 \ |
