Using the millis() function of the Arduino IDE

4 (4) A possible solution to the problems generated by using the delay() function is to use the millis() function. From the first use of the Arduino, the delay() function is used to manage instructions as a function of time. The major problem with the delay() function is that it blocks the execution of the … Continue reading Using the millis() function of the Arduino IDE