We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc1ab4 commit 5bcf262Copy full SHA for 5bcf262
examples/Dual Core Processing/BlinkRedLed_M7/BlinkRedLed_M7.ino
@@ -7,7 +7,7 @@ void setup() {
7
// the loop function runs over and over again forever
8
void loop() {
9
digitalWrite(LEDR, HIGH); // turn the LED on (HIGH is the voltage level)
10
- delay(1000); // wait for a second
+ delay(200); // wait for a second
11
digitalWrite(LEDR, LOW); // turn the LED off by making the voltage LOW
12
13
}
0 commit comments