#ifndef __APP_LED_H__ #define __APP_LED_H__ /************************************************************************************* * @brief led app应用类 初始化逻辑 * * @warning 【不可重入,阻塞等警告】 * @note 【重大修改】 *************************************************************************************/ void app_led_init(void); /************************************************************************************* * @brief led状态指示灯 主运行逻辑 * * @warning 【不可重入,阻塞等警告】 * @note 【重大修改】 *************************************************************************************/ void app_led_runMode_indicator_mainProcess(void); // void app_led_marquee(void); // void app_led_change_style_disable(void); #endif