Skip to content

Commit c833840

Browse files
authored
off light time
1 parent 9d284ec commit c833840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blink.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ void loop() {
2020
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
2121
delay(2222); // wait for a second
2222
digitalWrite(led, LOW); // turn the LED off by making the voltage LOW
23-
delay(3333); // wait for three seconds
23+
delay(4444); // wait for three seconds
2424
}

0 commit comments

Comments
 (0)