Skip to content

Releases: alextaujenis/RBD_Timer

1.4.3

12 Nov 18:11
Compare
Choose a tag to compare

Fix library.properties version issue.

Git diff

See what's changed 1.4.1...1.4.3

1.4.1

12 Nov 18:03
Compare
Choose a tag to compare

Sync git tags.

Git diff

See what's changed 1.4.0...1.4.1

1.4.0

15 Apr 16:07
Compare
Choose a tag to compare

Add .expire() method to immediately expire the timer without changing the timeout, while allowing .onExpired() events to trigger.

Git diff

See what's changed 1.3.2...1.4.0

1.3.2

08 Jun 21:33
Compare
Choose a tag to compare

Update the library.properties paragraph description

Git diff

See what's changed 1.3.1...1.3.2

1.3.1

08 Jun 18:25
Compare
Choose a tag to compare
  • Add LICENSE file
  • Support all architectures

Git diff

See what's changed 1.3.0...1.3.1

1.3.0

10 Aug 07:17
Compare
Choose a tag to compare
  • New getTimeout and getHertz public methods.
  • Compatible with ESP8266.

Git diff

See what's changed 1.2.0...1.3.0

1.2.0

05 Jan 00:44
Compare
Choose a tag to compare

Constructor now accepts an optional setTimeout value.

Git diff

See what's changed 1.1.2...1.2.0

1.1.2

02 Jan 00:12
Compare
Choose a tag to compare

Use constrain for setHertz(value) instead of if/else statement.

Git diff

See what's changed 1.1.1...1.1.2

1.1.1

24 Nov 17:23
Compare
Choose a tag to compare
  • Fix IDE highlight issue with isStopped
  • Enforce 1 - 1000 setHertz constraint

Git diff

See what's changed 1.1.0...1.1.1

1.1.0

23 Nov 13:32
Compare
Choose a tag to compare

Add stop and isStopped methods. Fix timer rollover issue with isActive and isExpired methods.

Git diff

See what's changed 1.0.5...1.1.0