esp32-rotary-encoder icon indicating copy to clipboard operation
esp32-rotary-encoder copied to clipboard

ESP32-compatible rotary encoder driver

Results 2 esp32-rotary-encoder issues
Sort by recently updated
recently updated
newest added

Can this library be used for [KY-040](https://hobbycomponents.com/sensors/502-ky-040-rotary-encoder-module) module? If not, how can one modify it.

Thank you for publishing the library. esp-idf v4.4 added support for ESP32-C3. Along with this, gpio_pad_select_gpio() has changed to gpio_reset_pin(). Some GPIOs are not initialized properly when using gpio_pad_select_gpio(). https://github.com/espressif/esp-idf/blob/master/examples/get-started/blink/main/blink_example_main.c#L63