This commit is contained in:
不吃油炸鸡
2025-09-27 19:11:39 +08:00
parent bfa48bcba9
commit 13cd1e65b3
4 changed files with 96 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ extern RTC_HandleTypeDef hrtc;
void MX_RTC_Init(void);
/* USER CODE BEGIN Prototypes */
void SetReferenceTime(void);
void GetElapsedTime_HMS(uint8_t *hours, uint8_t *minutes, uint8_t *seconds);
/* USER CODE END Prototypes */