Releases: vortigont/ESPAsyncButton
Releases · vortigont/ESPAsyncButton
v1.2.2
release v1.2.1
new features:
add PseudoRotaryEncoder::enable, PseudoRotaryEncoder::disable calls
bugfixes:
fix bug with deleting longPressTimer
other
use bitset for _lpcnt
Rotary encoder emulated with two push buttons
new features:
Rotary encoder emulated with two push buttons
bugfixes:
rework gpio's interrupts configuration. Using percise interrupt configuration for gpio level instead of edge cross.
This way it works more reliable for noisy buttons and makes button state transition error-prone.
Release v1.1.0 - AsyncEventButton class
new features:
Implement AsyncEventButton class
bugfixes:
- fix bug when autorepeat was engaged when longPress timer expired during gpio debounce interval
- fix gpio interrupt handling bug when debouncing was not working properly
- set GenericButton::Counters members type to int32_t
Rel. v1.0.1
bugfix