Initial commit

This commit is contained in:
2026-04-06 19:02:09 +08:00
commit d186d7dcc7
743 changed files with 521821 additions and 0 deletions

18
FW/Core/Inc/task.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef TASK_H_
#define TASK_H_
extern unsigned int sys_tick_1s_rdy;
extern unsigned int UserRequestReset ;
extern unsigned int SysLoopTick ;
extern void DoUpdataRtc();
extern void my_sys_tick(void);
extern void operation_finction(void);
#endif