Skip to content

Releases: MaffooClock/ESP32RotaryEncoder

v1.1.0

01 Nov 21:55
Compare
Choose a tag to compare

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 type long

v1.0.4

29 Oct 15:40
Compare
Choose a tag to compare

Fixes an issue where the very first button-press after initialization was always ignored.

v1.0.3

27 Oct 14:19
Compare
Choose a tag to compare

Includes tweaks from @pillo79 that more appropriately handles a bug with attachInterrupt() in Arduino-ESP32 core v2.0.x.

v1.0.2

03 Oct 17:31
Compare
Choose a tag to compare

Adds compliance with Arduino Library Specification in preparation for publishing to the Arduino Library Manager

v1.0.1

03 Oct 14:56
Compare
Choose a tag to compare

First version published to PlatformIO.