SmartCar-V1/Code/app/inc/app_led.h

24 lines
846 B
C

#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);
void app_RGB_process(void);
#endif