LoopWaiter (community library)

Summary

Name Value
Name LoopWaiter
Version 1.0.2
Installs 372
License MIT
Author Jidesh Veeramachaneni
URL https://github.com/jideshv/LoopWaiter
Repository https://github.com/jideshv/LoopWaiter.git
Download .tar.gz
All Versions 1.0.2, 1.0.1, 1.0.0

A header only timer library to simplify waiting without using delay.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

LoopWaiter

A header only library to simplify waiting on MCUs without using a delay. This library is published as a Particle Library for use with the Particle Photon and Particle Electron platforms. For other platforms just copy the header file LoopWaiter.h to your project.

The library has been tested using Google Test and fff.

Usage

See the example for a complete example.

You may clone this repository and run the tests by doing the following:

mkdir build
cd build
cmake ..
make
make test

LICENSE

Copyright 2018 Jidesh Veeramachaneni Distributed under the MIT License

Browse Library Files