初始版本

This commit is contained in:
2026-04-23 13:49:53 +08:00
parent c1d6ebd38c
commit ac718a463a
257 changed files with 265681 additions and 0 deletions
+12
View File
@@ -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