Page 1 of 1

external interrupt in esp32

Posted: Sat Dec 17, 2016 1:00 pm
by kamesh
hi,
How to start with external interrupt in esp32? How many external interrupts are there in esp32? pls reply me.


Thanks in advance

Re: external interrupt in esp32

Posted: Sat Dec 17, 2016 4:17 pm
by kolban
I believe that every GPIO pin can on the ESP32 can be configured to indicate a signal level change and notify the application. Since there are > 30 GPIOs on the ESP32 ... that would give you > 30 sources of external detection.

Re: external interrupt in esp32

Posted: Sat Dec 17, 2016 4:22 pm
by jumjum123
Take a look to esp-idf/components/driver/include/driver/gpio.h
You will find examples there.