Update cubesatsim.ino

pull/218/head
alanbjohnston 4 years ago committed by GitHub
parent 68d9860ed4
commit 537de4d221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3163,7 +3163,8 @@ bool TimerHandler0(struct repeating_timer *t) {
} else {
digitalWrite(BPSK_CONTROL_B, HIGH);
// delayMicroseconds(2);
digitalWrite(BPSK_CONTROL_A, LOW);
digitalWrite(BPSK_CONTROL_A, LOW);
}
/*
tx_bit = (buffer[wav_position] > 0) ? HIGH: LOW;
@ -3191,7 +3192,7 @@ bool TimerHandler0(struct repeating_timer *t) {
Serial.println((micros() - micro_timer)/bufLen);
micro_timer = micros();
}
}
// }
} else if (mode == SSTV)
sstv_TimerHandler1();
// }

Loading…
Cancel
Save

Powered by TurnKey Linux.