Skip to content

jideshv/LoopWaiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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