Implement low power RF wake-up and filter mechanism

This commit is contained in:
Antigravity IDE
2026-07-15 17:05:22 +08:00
parent 7ebe802410
commit 601e01e954
9 changed files with 186 additions and 50 deletions

View File

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