Skip to content

Releases: Stutchbury/InputEvents

v1.0.2 for more reliable ESP32 Encoders

16 Dec 14:45
Compare
Choose a tag to compare

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

14 Dec 16:28
Compare
Choose a tag to compare

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

12 Dec 11:33
Compare
Choose a tag to compare

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!