7 lines
117 B
C
7 lines
117 B
C
#ifndef USER_WS2812_H_
|
|
#define USER_WS2812_H_
|
|
|
|
void ws2812_init();
|
|
void ws2812_write();
|
|
|
|
#endif /* USER_WS2812_H_ */
|