change from 600 to 1200 bps

pull/162/head
alanbjohnston 4 years ago committed by GitHub
parent c32974cf6e
commit 780b000752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2775,8 +2775,8 @@ void start_isr() {
pinMode(BPSK_CONTROL_A, OUTPUT);
pinMode(BPSK_CONTROL_B, OUTPUT);
// if (ITimer0.attachInterruptInterval(833, TimerHandler0))
if (ITimer0.attachInterruptInterval(1667, TimerHandler0))
if (ITimer0.attachInterruptInterval(833, TimerHandler0))
// if (ITimer0.attachInterruptInterval(1667, TimerHandler0))
{
Serial.print(F("Starting ITimer0 OK, micros() = ")); Serial.println(micros());
}

Loading…
Cancel
Save

Powered by TurnKey Linux.