25 lines
353 B
C
25 lines
353 B
C
|
/*
|
|||
|
* app.h
|
|||
|
*
|
|||
|
* Created on: 2025<EFBFBD><EFBFBD>2<EFBFBD><EFBFBD>24<EFBFBD><EFBFBD>
|
|||
|
* Author: Cerlink
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef APP_INC_APP_H_
|
|||
|
#define APP_INC_APP_H_
|
|||
|
|
|||
|
#include "ch32l103_conf.h"
|
|||
|
|
|||
|
#include "../../app/inc/timeIT.h"
|
|||
|
|
|||
|
|
|||
|
/*
|
|||
|
* <EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
*/
|
|||
|
extern volatile uint8_t g_timer1SFlag; //1S<31><53>ʱ<EFBFBD><CAB1>־
|
|||
|
extern volatile uint8_t g_timer50MsFlag; //20Ms<4D><73>ʱ<EFBFBD><CAB1>־
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#endif /* APP_INC_APP_H_ */
|