Releases: MaffooClock/ESP32RotaryEncoder
Releases · MaffooClock/ESP32RotaryEncoder
v1.1.0
This release address a number of trivial bugs and tweaks, but also comes with these new features:
- Now you can set the amount of increment/decrement with each turn of the knob (commit 509eb34)
- Added some ESP32-IDF native logging to make debugging easier (commit f793f73)
- Added example of how to watch only for left/right turns instead of tracking an integer value (commit beac9a9)
- Button-press callback now receives the duration (in milliseconds) of how long the button was pressed (commit 931d9a5)
Note
Breaking change: the function that you pass into.onPressed()
must be re-defined to accept an argument of typelong
v1.0.4
Fixes an issue where the very first button-press after initialization was always ignored.
v1.0.3
Includes tweaks from @pillo79 that more appropriately handles a bug with attachInterrupt()
in Arduino-ESP32 core v2.0.x.
v1.0.2
Adds compliance with Arduino Library Specification in preparation for publishing to the Arduino Library Manager
v1.0.1
First version published to PlatformIO.