pinMode (ledPin, OUTPUT); // initialize the pushbutton pin as an input: //pinMode(buttonPin, INPUT); pinMode(buttonPin, INPUT_PULLUP); ...
確定! 回上一頁