Skip to content

A simple abstraction for implementing delays and timeouts in Arduino sketches.

License

Notifications You must be signed in to change notification settings

Dave4272-Office/AsyncDelay

 
 

Repository files navigation

AsyncDelay

A simple abstraction for implementing delays and timeouts in Arduino sketches.

Licence

Released under the GNU Lesser General Public License, version 2.1. See https://github.com/stevemarple/AsyncDelay/blob/master/LICENSE.txt

Examples

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.

Documentation

For documentation please see Read The Docs, https://asyncdelay.readthedocs.io/en/latest/.

About

A simple abstraction for implementing delays and timeouts in Arduino sketches.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.8%
  • C++ 41.2%
  • Makefile 1.0%