mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
14 lines
253 B
C
14 lines
253 B
C
|
#include "LogicAnalyzer_Board_Settings.h"
|
||
|
|
||
|
#ifdef WS2812_LED
|
||
|
|
||
|
#ifndef __LOGICANALYZER_W2812__
|
||
|
|
||
|
#define __LOGICANALYZER_W2812__
|
||
|
|
||
|
void send_rgb(uint8_t r, uint8_t g, uint8_t b);
|
||
|
void init_rgb();
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|