An open API service indexing awesome lists of open source software.

https://github.com/yesbotics/timeout-callback


https://github.com/yesbotics/timeout-callback

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# TimeoutCallback - Arduino library

# Changelog

## Version 1.3.0

* Add getDuration() function

## Version 1.2.0

* Add setDuration() function
* Add setCallback() function

## Version 1.1.0

* Chang start() function and moved parameters to the constructor
* Timeout timer can now being restarted with restart(). It restarts an already finished timeout also.
* Timeout timer can now being resetted with reset(). A already finished timeout will not fire again. You have to call start() or restart() to start timer.

## Version 1.0.0

Initial version