2022-10-20 17:13:02 +08:00
|
|
|
#ifndef BSP_LED_H
|
|
|
|
#define BSP_LED_H
|
|
|
|
|
2022-12-12 22:29:51 +08:00
|
|
|
#include <stdint.h>
|
2022-11-13 21:46:52 +08:00
|
|
|
|
2022-12-05 21:01:26 +08:00
|
|
|
void LEDInit();
|
|
|
|
extern void FlowRGBShow(uint32_t aRGB);
|
2022-10-20 17:13:02 +08:00
|
|
|
|
|
|
|
#endif
|