Arduino library to make use of the Millis funtion for non Blocking Delays.
The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using the fupdate() call and setting a void function when creating the noDelay object.
Filename | Release Date | File Size |
---|---|---|
NoDelay-1.1.0.zip | 2019-03-02 | 6.63 KiB |