neopixel driver one byte at a time non-func

This commit is contained in:
Greg Steiert
2021-01-03 18:11:13 +00:00
parent 56acdf67ba
commit 06642910f4
2 changed files with 157 additions and 30 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ SRC_C += \
$(MCU_DIR)/drivers/fsl_clock.c \
$(MCU_DIR)/drivers/fsl_gpio.c \
$(MCU_DIR)/drivers/fsl_power.c \
$(MCU_DIR)/drivers/fsl_reset.c
$(MCU_DIR)/drivers/fsl_reset.c \
$(MCU_DIR)/drivers/fsl_usart.c \
$(MCU_DIR)/drivers/fsl_flexcomm.c
INC += \
$(TOP)/$(MCU_DIR)/../../CMSIS/Include \