Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 408 Bytes

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