Search found 1 match
- Sun Jun 18, 2023 6:42 am
- Forum: General Discussion
- Topic: Interrupt counts twice, FALLIING and RISING !
- Replies: 0
- Views: 909
Interrupt counts twice, FALLIING and RISING !
Hi, I've a TTGO T3 module and have programmed with the Arduino IDE. I use 2 pins on which I attached interrupts with FALLING edges. I count the interrupts and see that the ESP32 counts both FALLING and RISING edges. I debounced the input by software and hardware, but there is no solution. I tried to...