Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 0062dc623b
commit 3e64bd5d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2389,7 +2389,8 @@ void process_pushbutton() {
digitalWrite(MAIN_LED_GREEN, HIGH);
sleep(0.5);
}
}
sleep(2.0);
/*
GPIO.output(powerPin, 0); # blink once
time.sleep(0.1);

Loading…
Cancel
Save

Powered by TurnKey Linux.