#include #include extern void LED_Set(uint16_t LedId, RGBColor_TypeDef Color); extern void LED_SetMore(uint16_t LedId_begin,uint16_t LedId_end, RGBColor_TypeDef Color); extern void LED_Blink(uint16_t LedId, RGBColor_TypeDef Color); extern void LED_BlinkMore(uint16_t LedId_begin, uint16_t LedId_end, RGBColor_TypeDef Color); extern int led_init(void); extern const RGBColor_TypeDef LED_OFF; extern const RGBColor_TypeDef LED_ON;