https://github.com/yesbotics/interval-callback
https://github.com/yesbotics/interval-callback
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yesbotics/interval-callback
- Owner: yesbotics
- License: mit
- Created: 2022-12-20T10:48:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T17:02:22.000Z (about 2 years ago)
- Last Synced: 2025-10-29T16:08:12.206Z (9 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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