You aren't reading the state of the button within your loop. You only read it the once at the top of your loop() : void loop() { // read the state of the ...
確定! 回上一頁