#pragma once /** * @brief 初始化按键模块:Button1 按下触发去皮 + LED1 闪烁反馈。 * @return 0 成功,负 errno 失败。 */ int button_init(void);