Skip to content

Releases: Spirik/KeyDetector

1.2.0

22 Sep 14:59
Compare
Choose a tag to compare
  • Support for detection of up to two simultaneously pressed keys connected to digital pins;
  • New properties triggerRelease, secondary, previousSecondary;
  • New example to show possible use with rotary encoder;
  • Example 02 (Digital signal readings) updated;
  • Readme updated accordingly.

1.1.2

06 Oct 15:45
Compare
Choose a tag to compare
  • pullup option for KeyDetector constructor;
  • readme updated accordingly.

1.1.1

17 Jan 09:13
Compare
Choose a tag to compare

License updated to LGPLv3.

1.1.0

29 Oct 14:48
45f63ce
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

Debouncing improved

  • analogDelay and _analogDelay renamed to debounceDelay and _debounceDelay;
  • added debouncing for digital signal detection;
  • updated debouncing (former analogDelay) for analog signal detection;
  • examples updated accordingly;
  • readme updated accordingly;
  • version bumped to 1.1.0.

Fully compatible with previous version (1.0.0).

1.0.0

16 Oct 11:37
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

Initial release.