feat(button): 添加按键模块及初始化按键去皮功能
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief 初始化按键模块:Button1 按下触发去皮 + LED1 闪烁反馈。
|
||||
* @return 0 成功,负 errno 失败。
|
||||
*/
|
||||
int button_init(void);
|
||||
Reference in New Issue
Block a user