mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 19:47:44 +08:00
8 lines
115 B
C
8 lines
115 B
C
|
|
#ifndef BSP_LED_H
|
||
|
|
#define BSP_LED_H
|
||
|
|
|
||
|
|
#include "struct_typedef.h"
|
||
|
|
|
||
|
|
extern void aRGB_led_show(uint32_t aRGB);
|
||
|
|
|
||
|
|
#endif
|