/timeout-callback

Primary LanguageC++MIT LicenseMIT

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