sentry_chassis_hzz/bsp/bsp_led.h

8 lines
115 B
C
Raw Normal View History

2022-10-20 17:13:02 +08:00
#ifndef BSP_LED_H
#define BSP_LED_H
#include "struct_typedef.h"
extern void aRGB_led_show(uint32_t aRGB);
#endif