Philip Fletcher

Results 4 comments of Philip Fletcher

The button press is handled via polling, not interrupts. It uses Thomas Fredericks' [Bounce2 library](https://github.com/thomasfredericks/Bounce2) for button debouncing. This works great for most buttons but you may need to play...

Hi This appears to be a problem with interrupts and may be related to this: https://github.com/espressif/esp-idf/issues/7594 The EncoderButton does not directly use interrupts - that is done by Paul Stoffregen's...

My apologies for missing this (and for so long!). I'm currently writing an 'InputEvents' library that brings together the encoder, button, joystick, analog & switch libraries into one, so will...

Commit 063b39006ee081a9a3f3c9e100a3980e2e8c2b2d updates library.properties from v1.4.3 to v1.4.4 and also includes the new `begin()` method and GIGA support that is not present in earlier versions. The actual v1.4.4 release does...