esp8266: Replace esp.neopixel with machine.bitstream.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2021-08-11 15:14:46 +10:00
committed by Damien George
parent 71f4faac27
commit 39e9c0788f
8 changed files with 97 additions and 102 deletions

View File

@@ -91,10 +91,10 @@ SRC_C = \
lexerstr32.c \
uart.c \
esppwm.c \
espneopixel.c \
espapa102.c \
modpyb.c \
modmachine.c \
machine_bitstream.c \
machine_pin.c \
machine_pwm.c \
machine_rtc.c \