Update cubesatsim.ino

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

@ -44,7 +44,7 @@ void setup() {
Serial.begin(9600); Serial.begin(9600);
delay(2000); delay(12000);
#ifndef ARDUINO_ARCH_RP2040 #ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is written for the Raspberry Pi Pico hardware."); Serial.println("This code is written for the Raspberry Pi Pico hardware.");
@ -772,9 +772,9 @@ void get_tlm_fox() {
flip_ctr = ctr; flip_ctr = ctr;
} }
} }
Serial.println("AA"); // Serial.println("AA");
} }
Serial.println("BB"); // Serial.println("BB");
} }
Serial.println("CC"); Serial.println("CC");
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.