Releases: Spirik/KeyDetector
Releases · Spirik/KeyDetector
1.2.1
1.2.0
- 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
1.1.1
1.1.0
Debouncing improved
analogDelay
and_analogDelay
renamed todebounceDelay
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).