sentry_chassis_hzz/bsp/bsp_led.h

9 lines
128 B
C
Raw Normal View History

2022-10-20 17:13:02 +08:00
#ifndef BSP_LED_H
#define BSP_LED_H
#include <stdint-gcc.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