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

@ -3434,11 +3434,11 @@ bool TimerHandler0(struct repeating_timer *t) {
micro_timer2 = micros();
if (buffer[wav_position++] > 0) {
digitalWrite(BPSK_CONTROL_A, LOW);
delayMicroseconds(1);
delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_B, HIGH);
} else {
digitalWrite(BPSK_CONTROL_B, LOW);
delayMicroseconds(1);
delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_A, HIGH);
}
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.