digitalWrite (pin, HIGH); // turns 'pin' on delay(1000);. // pauses for one second. digitalWrite(pin, LOW); // turns 'pin' off delay(1000);.
確定! 回上一頁