Search found 1 match
- Thu Jun 13, 2019 6:26 pm
- Forum: General Discussion
- Topic: What is the best practice for push-button event tracking/handling without any hardware debouncing circuit
- Replies: 7
- Views: 21775
Re: What is the best practice for push-button event tracking/handling without any hardware debouncing circuit
Hi Gfast2. Use a library called JC Button. I know it's made for AVR but it works on ESP32. I have used it very successfully. It will throw a warning 'not compatible' but I believe it's only because the internal pullup resistors don't work with ESP with this library. You just need to add the resistor...