try Only(1)

pico-v0.41-try
alanbjohnston 3 years ago committed by GitHub
parent 7047f22e5e
commit 6f04ef773e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4121,7 +4121,7 @@ void transmit_cw(int freq, float duration) { // freq in Hz, duration in millise
unsigned long start = micros(); unsigned long start = micros();
// clockgen.enableOutputs(true); // clockgen.enableOutputs(true);
if (clockgen_present) { if (clockgen_present) {
clockgen.enableOutputOnly(0); clockgen.enableOutputOnly(1);
digitalWrite(BPSK_CONTROL_B, HIGH); digitalWrite(BPSK_CONTROL_B, HIGH);
} }
while((micros() - start) < duration_us) { } while((micros() - start) < duration_us) { }

Loading…
Cancel
Save

Powered by TurnKey Linux.