How to control Arduino without using delay()
Physical Computing
Tutorials
What is a delay()?
We have a tutorial about delay() and how to code without using it. Here we will try to simplify the process using the FireTimer library.
Replace delay()
There is an example that is modified from the built-in example Blink code which demonstr...