display microseconds per

pull/168/head
alanbjohnston 3 years ago committed by GitHub
parent 4da516a55e
commit d91f5f6b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2778,7 +2778,7 @@ bool TimerHandler0(struct repeating_timer *t) {
// Serial.print(" ");
// Serial.println(millis());
Serial.print("R Microseconds: ");
Serial.println(micros() - micro_timer);
Serial.println((micros() - micro_timer)/bufLen);
micro_timer = micros();
}
if (digitalRead(MAIN_PB_PIN) == PRESSED)

Loading…
Cancel
Save

Powered by TurnKey Linux.