mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 19:37:45 +08:00
8 lines
112 B
C
8 lines
112 B
C
|
|
#ifndef WS2812_H
|
||
|
|
#define WS2812_H
|
||
|
|
|
||
|
|
#include "main.h"
|
||
|
|
|
||
|
|
void WS2812_Ctrl(uint8_t r, uint8_t g, uint8_t b);
|
||
|
|
#endif
|