TEC_Controller/TE_Controller/src/include/ws2812.h

14 lines
174 B
C

/*
* ws2812.h
*
* Created: 03.01.2021 23:01:08
* Author: Lexus
*/
#ifndef WS2812_H_
#define WS2812_H_
void ws2812_configure_port_pins(void);
#endif /* WS2812_H_ */