Load the following sketch onto your Arduino board. ... INPUT_PULLUP); } void loop() { if (digitalRead(buttonApin) == LOW) { digitalWrite(ledPin, ...
確定! 回上一頁