Skip to content

Releases: serek4/debounced-button

v1.4.3

15 Jun 13:10
Compare
Choose a tag to compare

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

22 May 18:22
Compare
Choose a tag to compare

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

09 May 16:20
Compare
Choose a tag to compare

added custom buttons (e.g. on PCF8574)
added PCF8574 example
long press and release method combo fix

v1.3.4

01 Oct 19:56
Compare
Choose a tag to compare
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

20 Aug 19:18
Compare
Choose a tag to compare
Merge branch 'dev'

 added option to choose active state
 code cleanup

v1.2.0

21 Jun 12:57
Compare
Choose a tag to compare
added hold method

v1.1.0

21 Jun 12:57
Compare
Choose a tag to compare
added longPress method

v1.0.0

21 Jun 12:56
Compare
Choose a tag to compare

first release