Skip to content
A simple abstraction for implementing delays and timeouts in Arduino sketches.
C++
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples/AsyncDelay_example Initial commit. Nov 6, 2012
src Bump version: 1.0.2 → 1.1.0 Apr 6, 2019
.bumpversion.cfg Bump version: 1.0.2 → 1.1.0 Apr 6, 2019
keywords.txt Add keywords.txt for Arduino IDE Oct 6, 2015
library.properties Bump version: 1.0.2 → 1.1.0 Apr 6, 2019
license.txt Initial commit. Nov 6, 2012
readme.md Initial commit. Nov 6, 2012

readme.md

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

You can’t perform that action at this time.