[Arduino] Multitasking example clock

Multitasking example clock Instead of using the delay() function we use the millis() to find the right point in time to trigger the next steps. The idea is to have four thing to display: a display for the 1/100s of a second we use a filling circle, which alternates...