pull/204/head
alanbjohnston 3 years ago committed by GitHub
parent 55518089ae
commit 54802c1df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3447,14 +3447,14 @@ bool TimerHandler0(struct repeating_timer *t) {
if (buffer[wav_position++] > 0) {
// digitalWrite(BPSK_CONTROL_B, LOW);
digitalWrite(BPSK_CONTROL_B, LOW);
delayMicroseconds(2);
delayMicroseconds(10);
digitalWrite(BPSK_CONTROL_A, HIGH);
// Serial.print("-");
// clockgen.enableOutputOnly(1);
} else {
// digitalWrite(BPSK_CONTROL_A, LOW);
digitalWrite(BPSK_CONTROL_A, LOW);
delayMicroseconds(2);
delayMicroseconds(10);
digitalWrite(BPSK_CONTROL_B, HIGH);
// Serial.print("_");
// clockgen.enableOutputOnly(0);

Loading…
Cancel
Save

Powered by TurnKey Linux.