Skip to content

Releases: cygig/TimerEvent

v0.5.0

05 Sep 12:54
cf1f3c8

Choose a tag to compare

  • 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

21 Feb 07:15
da8d70e

Choose a tag to compare

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

v0.41

08 Jan 14:33
4b6d621

Choose a tag to compare

Changed "scr" to "src".

v0.4

08 Jan 13:56
86f1d3c

Choose a tag to compare

First release.