根据实际电路版修改对应引脚,LED KEY LCD 正常运行
This commit is contained in:
@@ -144,7 +144,7 @@ static void button_handler(Button* handle)
|
||||
// Level not changed, reset counter
|
||||
handle->debounce_cnt = 0;
|
||||
}
|
||||
|
||||
|
||||
/*-----------------State machine-------------------*/
|
||||
switch (handle->state) {
|
||||
case BTN_STATE_IDLE:
|
||||
|
||||
Reference in New Issue
Block a user