Skip to content

Releases: DoImant/Button_SL

v1.1.7

Choose a tag to compare

@DoImant DoImant released this 26 May 17:14

Method tick() code rework, bug fix

v1.1.6

Choose a tag to compare

@DoImant DoImant released this 10 May 08:07

Version 1.1.6:
The ButtonState::pressed status has been added.
For a long button press with automatic release enabled, the ButtonState::longPressed status is returned once
when the defined time for a long button press is reached and then the ButtonState::pressed status is returned
as long as the button is held down.

Previously (version 1.1.5), ButtonState::notPressed was returned even if the button had not yet been released.

v1.1.5

Choose a tag to compare

@DoImant DoImant released this 07 Jun 06:21

The autorelease is only executed once as long as the button has not been released. Previously, if the button was held down continuously, the autorelease was executed every time the time for a long button press expired.

v1.1.4

Choose a tag to compare

@DoImant DoImant released this 06 Dec 18:05

Repeated debounce in the button class removed

v1.1.3

Choose a tag to compare

@DoImant DoImant released this 26 Nov 20:38

Semver compatible Version Number

v1.1.2

Choose a tag to compare

@DoImant DoImant released this 27 Nov 14:41
  • Example changed
  • library.properties changed