/AsyncDelay

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

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

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 license.txt for details.

Examples

AsyncDelay_example

Demonstrate the use of start(), isExpired() and repeat().