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

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


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

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# IntervalCallback - Arduino library

# Changelog

## Version 1.1.2

* Add `ìsRunning()` public method

## Version 1.1.1

* Example updated
* Bugfix: `stop()` public method does not stop the timer

## Version 1.1.0

* Changed `start()` public method and moved parameters to the constructor
* Intervals can now being restarted with `start()` if it has been stopped before

## Version 1.0.0

Initial version