Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 87ff13889a
commit 155ce744a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,6 +47,8 @@ char payload_str[100];
void setup() {
config_gpio()
mode = FSK; // AFSK;
Serial.begin(9600);
@ -58,12 +60,8 @@ void setup() {
Serial.println("This code is written for the Raspberry Pi Pico hardware.");
#endif
// detect Pi Zero using 3.3V
// if Pi is present, run Payload OK software
// otherwise, run CubeSatSim Pico code
Serial.println("\n\nCubeSatSim Pico v0.1 starting...\n\n");
@ -77,8 +75,6 @@ void setup() {
config_telem();
// configure STEM Payload sensors
start_payload();

Loading…
Cancel
Save

Powered by TurnKey Linux.