elapsedMillis documentation inconsistent

mborgerson

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

However, the timeout waiting for input example has the 'waiting' elapsedMillis variable defined inside loop().
 
Back
Top