We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d284ec commit c833840Copy full SHA for c833840
blink.ino
@@ -20,5 +20,5 @@ void loop() {
20
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
21
delay(2222); // wait for a second
22
digitalWrite(led, LOW); // turn the LED off by making the voltage LOW
23
- delay(3333); // wait for three seconds
+ delay(4444); // wait for three seconds
24
}
0 commit comments