完成第二次实验

This commit is contained in:
2024-10-29 21:20:17 +08:00
parent 2e01c0a278
commit f1bc6bd8e1
3 changed files with 12 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ extern "C" {
typedef struct {
uint8_t mMilSecCount; // 毫秒计数
uint8_t bTenMilSecOk; // 10毫秒标志位
uint8_t mTenMilSecCount; // 10毫秒计数
uint8_t bHundredMilSecOk; // 100毫秒标志位
uint8_t mTimeCount; // 秒计数
uint8_t bTimeOk; // 秒标志位
} stSysTickTimer;