Digi-Key Electronics has signed a worldwide distribution agreement with LogiSwitch, makers of the Arduino-friendly NoBounce line of ICs and switches. LogiSwitch’s adaptive NoBounce technology ...
This library is using the interrupt functionality of ESP32s GPIOs. The debounce functionality is using the ESP32s HardwareTimer 2 , so there is no stupid polling or millis() timekeeping. Have a look ...
Yet another arduino encoder lib as I could not find one that used interrupts on both pins, support for callback functions and had some form of debounce logic for cheap, low quality encoders.