Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent cf23fa36fd
commit d40c6f4ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,9 @@ void setup() {
// program Transceiver board
}
configure_radio();
}
void loop() {
@ -122,12 +124,16 @@ void loop() {
// encode as digits (APRS or CW mode) or binary (DUV FSK)
get_tlm_fox();
// get_tlm_fox();
test_radio();
digitalWrite(LED_BUILTIN, LOW);
delay(3000);
digitalWrite(LED_BUILTIN, HIGH);
// sleep(3000);
// send telemetry

Loading…
Cancel
Save

Powered by TurnKey Linux.