https://github.com/yesbotics/timeout-callback
https://github.com/yesbotics/timeout-callback
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yesbotics/timeout-callback
- Owner: yesbotics
- License: mit
- Created: 2022-12-20T10:40:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T16:58:29.000Z (about 2 years ago)
- Last Synced: 2025-03-04T02:42:04.329Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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