A simple abstraction for implementing delays and timeouts in Arduino sketches.
Released under the GNU Lesser General Public License, version 2.1. See https://github.com/stevemarple/AsyncDelay/blob/master/LICENSE.txt
AsyncDelay_example
Demonstrate the use of start(), isExpired() and repeat().
OneShotExample
Demonstrate how to use timers in 'one-shot' mode.
ReadA0
Read the A0 input and print the value at regular values using an AsyncDelay timer.
For documentation please see Read The Docs, https://asyncdelay.readthedocs.io/en/latest/.