debug: 增加 Loopback_Test 硬件电气回环自检及对应的调试串口指令 'l'

This commit is contained in:
2026-07-29 10:16:05 +08:00
parent a766ada53d
commit 58dfe5bb9c
3 changed files with 50 additions and 0 deletions

View File

@@ -61,4 +61,9 @@ bit EV1527_Decode(u32 *out_addr, u8 *out_data);
*/
void RF_DiagnosticMode(char choice);
/**
* @brief 电气回环自检测试 (物理短路 P2.1 与 P3.6 自检)
*/
void Loopback_Test(void);
#endif // __RF_H__