elapsedMillis documentation inconsistent

mborgerson

Well-known member
in the 'gotchas' column of the timing function table it says:
"Variables must be outside functions. Avoid compare equals."

Yet the timeout waiting for input example has the 'waiting' variable inside loop();
 
Back
Top