Implement DMX reciever and add more advanced failure mode #1
@@ -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
									
								
							
							
						
						
									
										1
									
								
								firmware/dmx.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
#include <ring-light/dmx.h>
 | 
			
		||||
							
								
								
									
										4
									
								
								firmware/include/ring-light/dmx.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								firmware/include/ring-light/dmx.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
#ifndef _DMX_H_
 | 
			
		||||
#define _DMX_H_
 | 
			
		||||
 | 
			
		||||
#endif /* _DMX_H_ */
 | 
			
		||||
		Reference in New Issue
	
	Block a user