Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent d1b5bab66e
commit 993c6160c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2712,11 +2712,11 @@ bool TimerHandler0(struct repeating_timer *t) {
// Serial.print("l1 ");
// Serial.print(wav_position);
// Serial.print(" ");
/*
tx_bit = (buffer[wav_position] > 0) ? HIGH: LOW;
digitalWrite(AUDIO_OUT_PIN, tx_bit);
*/
tx_bit = (buffer[wav_position++] > 0) ? true: false;
/*
if (tx_bit)

Loading…
Cancel
Save

Powered by TurnKey Linux.