Skip to content

Commit 5bcf262

Browse files
authored
Update BlinkRedLed_M7.ino
1 parent ddc1ab4 commit 5bcf262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Dual Core Processing/BlinkRedLed_M7/BlinkRedLed_M7.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ void setup() {
77
// the loop function runs over and over again forever
88
void loop() {
99
digitalWrite(LEDR, HIGH); // turn the LED on (HIGH is the voltage level)
10-
delay(1000); // wait for a second
10+
delay(200); // wait for a second
1111
digitalWrite(LEDR, LOW); // turn the LED off by making the voltage LOW
12-
delay(1000); // wait for a second
12+
delay(200); // wait for a second
1313
}

0 commit comments

Comments
 (0)