Arduino millis() Function (Timer vs delay) Tutorial
WEBThe Arduino millis () is a timerbased function that returns to you the time elapsed (in milliseconds) since the Arduino board was powered up. Which can be used to create a time base for various events in your appliions (like LED blinking or whatever). All without using the delay() function. Syntax. 1.