added micro2 timer

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.