Prepare DMX development

This commit is contained in:
2022-06-21 20:33:23 +02:00
parent 3fc6e81569
commit d7ce66b1d8
3 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ endif
#Add Files and Folders below#########################################################
CFILES = main.c syscalls/syscalls.c setup/system_init.c startup/startup_stm32f0xx.c
CFILES += temp-adc.c
CFILES += dmx.c
ASFILES = sk6812.S
INCLUDEPATH = -Iinclude -Iinclude/cmsis