Merge pull request 'dev/frequency-update' (#2) from dev/frequency-update into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -6,7 +6,7 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
digitalWrite(LED_BUILTIN, HIGH);
|
||||
delay(500);
|
||||
delay(1500);
|
||||
digitalWrite(LED_BUILTIN, LOW);
|
||||
delay(500);
|
||||
}
|
||||
Reference in New Issue
Block a user