Merge branch 'debug/ads1256-reg-issue' into gml670x4/dev

This commit is contained in:
2026-05-27 09:42:17 +08:00
5 changed files with 173 additions and 48 deletions
+10
View File
@@ -1,3 +1,13 @@
#pragma once
int button_init(void);
/**
* @brief EMI 自恢复事件指示:点亮 LED1 并在 3 秒后自动熄灭。
*
* 复用按键反馈所用的 LED1,外部子系统(如 sensor)在检测到 ADS1256
* 寄存器被 EMI 干扰并完成恢复后调用,给出可见的故障告警。
*
* @return 无返回值。
*/
void button_led_indicate_emi(void);