Files
bf_original_balance_chassis/bsp/bsp_led.h
2022-12-12 22:29:51 +08:00

9 lines
121 B
C

#ifndef BSP_LED_H
#define BSP_LED_H
#include <stdint.h>
void LEDInit();
extern void FlowRGBShow(uint32_t aRGB);
#endif