Skip to content

Releases: cygig/TimerEvent

v0.5.0

Choose a tag to compare

@cygig cygig released this 05 Sep 12:54
cf1f3c8
  • 0.5.0
    • Changed period of timer from unsigned long to unsigned int as most timer update less than every few seconds to save RAM. You can change periodInInt definition in header file to 0 to set it back to unsigned long.
    • Added isEnabled() to check if the timer is enabled.
    • Changed example to use three timers instead.
    • Changed certain variable names.
    • Changed include guard name.
    • Change set() that takes two parameters to be based of set() with three parameters.

v0.4.2

Choose a tag to compare

@cygig cygig released this 21 Feb 07:15
da8d70e

Attempted to re-release so that the Library Manager will pick up on changes.

v0.41

Choose a tag to compare

@cygig cygig released this 08 Jan 14:33
4b6d621

Changed "scr" to "src".

v0.4

Choose a tag to compare

@cygig cygig released this 08 Jan 13:56
86f1d3c

First release.