初始版本
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _APP_LED_H_
|
||||
#define _APP_LED_H_
|
||||
typedef enum{
|
||||
APP_LED_STATUS_IDEL,
|
||||
APP_LED_STATUS_UPDATE_RDY,
|
||||
APP_LED_STATUS_UPDATE_ING,
|
||||
}app_led_status_t;
|
||||
|
||||
extern void app_led_set_status(app_led_status_t status);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user