Update cubesatsim.ino

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

@ -1553,10 +1553,12 @@ void test_radio()
{
// send a carrier for 3 seconds
Serial.println("Testing radio...\n\n");
digitalWrite(MAIN_LED_BLUE, HIGH);
digitalWrite(PTT_PIN, LOW);
delay(3000);
digitalWrite(PTT_PIN, HIGH);
digitalWrite(MAIN_LED_BLUE, LOW);
}
void read_ina219()

Loading…
Cancel
Save

Powered by TurnKey Linux.