Releases: serek4/debounced-button
Releases · serek4/debounced-button
v1.4.3
compiler warnings fixed
delegating constructors
all variables initialized in constructor
defined default values
fixed methods comments highlight
Full Changelog: v1.4.2...v1.4.3
v1.4.2
improved constructors
- using uppercase first letter in class name
- added ACTIVE_LOW, ACTIVE_HIGH defines,
- using internal pullups when manually selected ACTIVE_LOW
- simplified custom button (pcf8574) constructor
- moved constructor's parameter hints to each constructor in .cpp file
v1.4.1
added custom buttons (e.g. on PCF8574)
added PCF8574 example
long press and release method combo fix
v1.3.4
Merge branch 'dev'
moved comments to .cpp for highlighting in sketch
removed default values from comments
updated demo.ino
release & long press combo for duble action button
v1.3.1
Merge branch 'dev'
added option to choose active state
code cleanup