Files
CHJ/user/MCU/lhl_rtc.h

11 lines
116 B
C
Raw Normal View History

2026-03-20 21:16:58 +08:00
#ifndef __LHL_RTC_H__
#define __LHL_RTC_H__
2026-03-20 21:19:04 +08:00
void RTC_SEC_Init(void);
2026-03-20 21:16:58 +08:00
2026-03-20 21:19:04 +08:00
void RTC_ALR_Init(void);
2026-03-20 21:16:58 +08:00
#endif