sentry_gimbal_hzz/bsp/bsp_led.h

10 lines
133 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"
2022-11-13 21:46:52 +08:00
void LED_init();
2022-10-20 17:13:02 +08:00
extern void aRGB_led_show(uint32_t aRGB);
#endif