... choose the input pin (for a pushbutton) int val = 0; // variable for ... read input value if (val == HIGH) { // check if the input is HIGH (button ...
確定! 回上一頁