loop time test

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent dfac052acd
commit 8befb7cf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -537,7 +537,9 @@ int main(int argc, char * argv[]) {
while (loop-- != 0) {
// frames_sent++;
loopTime = millis();
sleep(2.0);
printf("++++ Loop time: %d +++++\n", millis() - loopTime);
loopTime = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.