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 a void function and adding it when creating the noDelay object.
Filename | Release Date | File Size |
---|---|---|
NoDelay-2.2.0.zip | 2024-03-05 | 9.57 KiB |
NoDelay-2.1.1.zip | 2021-10-30 | 8.31 KiB |
NoDelay-2.1.0.zip | 2021-06-20 | 7.16 KiB |
NoDelay-2.0.1.zip | 2020-06-11 | 6.99 KiB |
NoDelay-2.0.0.zip | 2020-06-04 | 6.97 KiB |
NoDelay-1.1.0.zip | 2019-03-02 | 6.63 KiB |