Using delta time: breaking free of delay() in Arduino programming!
How To Guides
Electronics & Physical Computing,
The Limitations Of Arduino's delay() Function
If you've written any code for Arduino, or even just run an example sketch, then you've probably used or seen the delay() function. And it's really useful! But it has one major limitation: it is what is know as 'b...