The ActionTimer object utilizes the millis() command to provide a straightforward way to control the execution times within an Arduino sketch without using the blocking delay() method.
This library provides a non-blocking Arduino music player using the non-blocking millis() method for timing versus using the delay() method (which is a blocking call). This object also makes use of the [ActionTimer)(https://github.com/senestone/ActionTimer) object provided by Senestone.
- Previous
- Next