pull/186/head
alanbjohnston 3 years ago committed by GitHub
parent 85666423ca
commit 569eb56e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3467,9 +3467,9 @@ bool TimerHandler0(struct repeating_timer *t) {
}
micro_timer = micros();
} else {
Serial.print("R' Microseconds: ");
Serial.println(micros() - micro_timer2);
micro_timer2 = micros();
/// Serial.print("R' Microseconds: ");
/// Serial.println(micros() - micro_timer2);
/// micro_timer2 = micros();
}
}
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.