Configure low-power sleep and wakeup sequences for RF alarm trigger without noise interruption

This commit is contained in:
Antigravity IDE
2026-07-15 17:26:50 +08:00
parent 7292fd0fcb
commit afd59d28ee
4 changed files with 148 additions and 100 deletions

View File

@@ -26,6 +26,6 @@ void FormatHex(u32 val, char *buf);
// 电源管理与休眠唤醒
void Enter_Low_Power_Sleep(void);
u8 Wakeup_Restore(void);
bit Wakeup_Restore(void);
#endif