Skip to content

Releases: DoImant/Button_SL

v1.1.7

26 May 17:14

Choose a tag to compare

Method tick() code rework, bug fix

v1.1.6

10 May 08:07

Choose a tag to compare

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

07 Jun 06:21

Choose a tag to compare

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

06 Dec 18:05

Choose a tag to compare

Repeated debounce in the button class removed

v1.1.3

26 Nov 20:38

Choose a tag to compare

Semver compatible Version Number

v1.1.2

27 Nov 14:41

Choose a tag to compare

  • Example changed
  • library.properties changed