Files

8 lines
112 B
C
Raw Permalink Normal View History

2025-11-03 22:14:44 +08:00
#ifndef WS2812_H
#define WS2812_H
#include "main.h"
void WS2812_Ctrl(uint8_t r, uint8_t g, uint8_t b);
#endif