[SOLVED] How to correctly use millis () for delay - Arduino Forum
I just realised that I need a blocking Timer because it is in a for loop which is after that in the void loop! You absolutely do not, ever, need a blocking timer. Never, ever ever. Ever. No. Put the code that needs to run at a certain time into a new function then call that function from the timer.
more
|