removed -_ prints

pull/207/head
alanbjohnston 3 years ago committed by GitHub
parent a6a0a29e5b
commit b010b82a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3456,13 +3456,13 @@ bool TimerHandler0(struct repeating_timer *t) {
digitalWrite(BPSK_CONTROL_A, HIGH); digitalWrite(BPSK_CONTROL_A, HIGH);
// delayMicroseconds(2); // delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_B, LOW); digitalWrite(BPSK_CONTROL_B, LOW);
Serial.print("-"); // Serial.print("-");
// clockgen.enableOutputOnly(1); // clockgen.enableOutputOnly(1);
} else { } else {
digitalWrite(BPSK_CONTROL_B, HIGH); digitalWrite(BPSK_CONTROL_B, HIGH);
// delayMicroseconds(2); // delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_A, LOW); digitalWrite(BPSK_CONTROL_A, LOW);
Serial.print("_"); // Serial.print("_");
// clockgen.enableOutputOnly(0); // clockgen.enableOutputOnly(0);
} }
/* /*

Loading…
Cancel
Save

Powered by TurnKey Linux.