jrnet001 / AsyncDelay

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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().

About

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

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 100.0%