mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef BSP_LED_H
|
|
#define BSP_LED_H
|
|
|
|
#include <stdint-gcc.h>
|
|
|
|
void LED_init();
|
|
extern void aRGB_led_show(uint32_t aRGB);
|
|
|
|
#endif |