Arduino Button if Statement. Here comes the code: int ledPin = 9; void setup(){ pinMode(ledPin,OUTPUT); } void loop(){ digitalWrite(ledPin, ...
確定! 回上一頁