Update cubesatsim.ino

pull/172/head
alanbjohnston 3 years ago committed by GitHub
parent eaf6b7701f
commit 72508af6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.