Search found 1 match
- Sat Oct 11, 2025 11:05 am
- Forum: ESP-IDF
- Topic: ESP32 Register Level Interrupt Code doesn't work
- Replies: 0
- Views: 562
ESP32 Register Level Interrupt Code doesn't work
I need to setup a circuit that reads a gpio button and turn on/off the another gpio led according to the signal of the button using interrupts. I started to write register level coding about configuration and enable the GPIO pinsi which works correct, however, when it comes to interrupts, my ...