pull/245/head
alanbjohnston 3 years ago committed by GitHub
parent ed64607e62
commit 2c1c7f472e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3013,7 +3013,7 @@ void blink(int length)
sleep(length/1000.0); // delay(length); // wait for a lenth of time
digitalWrite(ED_BUILTIN, LOW); // set the built-in LED off
digitalWrite(LED_BUILTIN, LOW); // set the built-in LED off
}
void led_set(int ledPin, bool state)

Loading…
Cancel
Save

Powered by TurnKey Linux.