Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
button_init(GPIO_PD5);这样单独使用的时候,按下按键时,可以正常打印按下的log。 但是,button_init(GPIO_PC7|GPIO_PD4|GPIO_PD5);这样,多个脚同时初始化后,就不能正常打印log了。如何初始化多个脚呢?