Quote:
Originally Posted by sjspry
You can use the TimerTask and Timer class, like we are doing. It will fire off a TimerTask's run() method every x milliseconds.
|
Just curious: Have you ever measured the scheduling jitter? e.g. add code to toggle an IO pin at the start of the run() method and look at the pin on a scope.