removed BPSK overlap

pico-v0.23
alanbjohnston 3 years ago committed by GitHub
parent 669d62b564
commit a38731763d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3433,13 +3433,13 @@ bool TimerHandler0(struct repeating_timer *t) {
// Serial.println(micros() - micro_timer2);
micro_timer2 = micros();
if (buffer[wav_position++] > 0) {
digitalWrite(BPSK_CONTROL_A, HIGH);
digitalWrite(BPSK_CONTROL_A, LOW);
// delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_B, LOW);
} else {
digitalWrite(BPSK_CONTROL_B, HIGH);
} else {
digitalWrite(BPSK_CONTROL_B, LOW);
// delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_A, LOW);
digitalWrite(BPSK_CONTROL_A, HIGH);
}
/*
tx_bit = (buffer[wav_position] > 0) ? HIGH: LOW;

Loading…
Cancel
Save

Powered by TurnKey Linux.