Skip to content

Releases: Stutchbury/EncoderButton

Fix rollover of millis() in rate limiting

11 Nov 11:17

Choose a tag to compare

This is a minor release that fixes the rollover of millis() after 49 days of uptime, so the rate limiting continues to preform as expected.

Many thanks to @nisch11 for raising this.

Fixes issue #12.

Full Changelog: v1.0.6...v1.0.7

Please Note: This library has been superseded by the InputEvents library.

Align with Bounce2 2.71 release

14 Jun 16:02

Choose a tag to compare

What's Changed

  • Fixed a deprecated warning for bounce->duration() by @joegatling in #5

New Contributors

Full Changelog: v1.0.5...v1.0.6

Added isPressed() and library.json

17 Feb 12:20

Choose a tag to compare

Class methods can now be used for callbacks

03 Feb 14:49

Choose a tag to compare

What's Changed

  • Added support for lambda functions. Allows callback functions to exist within a class... by @sagreen83 in #4

New Contributors

Full Changelog: v1.0.3...v1.0.4

Added userId & userState

13 Jan 17:12

Choose a tag to compare

Added userId & userState plus new examples MultiButton & CommonCallBackHandler

Full Changelog: v1.0.2...v1.0.3

More examples

08 Jan 09:43

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

Initial release

06 Jan 20:39

Choose a tag to compare

Initial public release.