@@ -0,0 +1,12 @@
#ifndef __RGB_H__
#define __RGB_H__
#include "config.h"
// SPI 及 RGB 发送初始化
void SPI_Init(void);
// 向 FCOB 幻彩灯条发送两颗 LED 的 GRB 数据
void RGB_Send(u8 g1, u8 r1, u8 b1, u8 g2, u8 r2, u8 b2);
#endif
The note is not visible to the blocked user.