Paul is right in saying you can be stuck in loop if something went wrong.
At the time I just wanted to test to see how accurate it was.
If you have a small micro and all your Interrupts are busy doing other things you
can pole the Port inside a LOOP and use a some variable as a counter (going
up to down), when it reaches a desired value you can flag some error and skip the loop.
↧