Arduino Tutorial: Avoiding the Overflow Issue When Using millis() and micros()
3 Comments
One of our most popular blog posts right now this is called Arduino Tutorial: Using millis() Instead of delay(). Here we discuss how to use millis() and micros() and their major advantages compared to delay(). Not a great analogy to…