Prepare DMX development

This commit is contained in:
Mario Hüttel 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

1
firmware/dmx.c Normal file
View File

@ -0,0 +1 @@
#include <ring-light/dmx.h>

View File

@ -0,0 +1,4 @@
#ifndef _DMX_H_
#define _DMX_H_
#endif /* _DMX_H_ */