Merge pull request #243 from alanbjohnston/pico-v0.33-led

delay 5, print blink
pico-v0.33
alanbjohnston 3 years ago committed by GitHub
commit fa1214ed91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ void setup() {
Serial.begin(115200);
delay(2000);
delay(5000);
LittleFS.begin();
// LittleFS.format(); // only format if files of size 0 keep showing up
@ -3561,6 +3561,7 @@ void config_gpio() {
// set LEDs and blink once
// if (!wifi)
Serial.println("Blinking pins");
pinMode(LED_BUILTIN, OUTPUT); // Set LED pin to output
pinMode(MAIN_LED_GREEN, OUTPUT); // Set Main Green LED pin to output
blink_pin(MAIN_LED_GREEN, 150);

Loading…
Cancel
Save

Powered by TurnKey Linux.