Releases: Stutchbury/InputEvents
Releases · Stutchbury/InputEvents
v1.0.2 for more reliable ESP32 Encoders
All the ESP32 modules I own now work reliably with PJRCs Encoder library.
Thanks to @danja https://www.reddit.com/r/esp32/comments/yalvd6/comment/itcq3re/
@tko PaulStoffregen/Encoder#90 (comment)
@ZephyrCloudNine PaulStoffregen/Encoder#90 (comment)
for unknowingly pointing me in the right direction.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Set initial state in EventSwitch
constructor
Add setAdcResolution
for EventAnalog
Update docs and examples
Full Changelog: v1.0.0...v1.0.1
InputEvents Made Easy
This new library brings together all my other input event libraries. A slightly different approach means only a single callback function is required per input (and a callback function can be shared across the same type of inputs).
Enjoy!