Update cubesatsim.ino

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

@ -106,13 +106,11 @@ void setup() {
sin_map[j] = (short int)(amplitude * sin((float)(2 * M_PI * j / sin_samples))); sin_map[j] = (short int)(amplitude * sin((float)(2 * M_PI * j / sin_samples)));
// printf(" %d", sin_map[j]); // printf(" %d", sin_map[j]);
// } // }
printf("\n"); // printf("\n");
} }
}
// program Transceiver board // program Transceiver board
}
configure_radio(); configure_radio();
} }
@ -124,7 +122,7 @@ void loop() {
// encode as digits (APRS or CW mode) or binary (DUV FSK) // encode as digits (APRS or CW mode) or binary (DUV FSK)
// get_tlm_fox(); get_tlm_fox();
test_radio(); test_radio();

Loading…
Cancel
Save

Powered by TurnKey Linux.