How to stop millis?
in
Programming Questions
•
1 year ago
I wrote Under draw():
-
secCounter = (millis()/1000);
println("Time= "+secCounter);
What code should I use to stop millis() from counting?
1