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 ...
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.
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 ...
Among other interface problems, contact bounce complicates the connection of mechanical contacts or any noisy digital input signal to a microcontroller. Although designers have proposed a variety of ...