Skip to content

Commit

Permalink
Merge pull request #243 from alanbjohnston/pico-v0.33-led
Browse files Browse the repository at this point in the history
delay 5, print blink
  • Loading branch information
alanbjohnston authored Dec 3, 2022
2 parents 951aa80 + 12a4100 commit fa1214e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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);
Expand Down

0 comments on commit fa1214e

Please sign in to comment.