Releases: alextaujenis/RBD_Button
Releases · alextaujenis/RBD_Button
2.2.1
- Add LICENSE file
- Add RBD_Timer dependency in library.properties
- Support all architectures
Git diff
See what's changed 2.2.0...2.2.1
2.2.0
- The methods
isPressed()
andisReleased()
are now debounced. - Fixed an issue where
onReleased
could trigger multiple times without triggeringonPressed
.
Git diff
See what's changed 2.1.0...2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
Use a pull up resistor instead of a pull down when input_pullup is disabled.
Git diff
See what's changed 2.0.0...2.0.1
2.0.0
Remove public methods:
- inputPullup()
- disableInputPullup()
- resetReading()
Change method behavior:
- invertReading() now toggles the button reading
Note: only use a bool in the constructor to disable input_pullup from this release forward.
Git diff
See what's changed 1.0.1...2.0.0
1.0.1
1.0.0
Initial release.