Skip to content

Releases: jonnieZG/EButton

1.4.0

18 Feb 19:46

Choose a tag to compare

Added optional constructor parameter for disabling the internal pull-up when using an external one.

Summary

  • Support for external pull-up resistors - Added optional constructor parameter externalPullup that when set to true sets pin mode to INPUT instead of INPUT_PULLUP (Issue #3 - reported by @Rimbaldo)

Code Changes

Full Changelog: 1.3.0...1.4.0

1.3.0

13 Feb 13:43
ad526f4

Choose a tag to compare

Added optional button IDs for shared callback functions.

What's Changed

  • Added button IDs for shared callback functions. by @jfjlaros in #2

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

02 Jan 16:40

Choose a tag to compare

Minor consmetic fix: Added missing #defines to the comments in EButton.h and the keywords.txt files. Be sure to read the CAVEAT section in README.md!

1.2.0

26 Jul 07:41

Choose a tag to compare

Changed the way of disabling features, to allow specific per-project settings, without having to change the EButton.h file

1.1.0

07 Feb 13:21
6c84117

Choose a tag to compare

Added library.properties