Page 1 of 1

external interrupts

Posted: Thu Dec 29, 2016 3:32 am
by kamesh
How to make gpio as an external interrupt?

Re: external interrupts

Posted: Thu Dec 29, 2016 6:02 am
by WiFive
https://github.com/espressif/esp-idf/bl ... pio.h#L431

There is a typo in that line, should say EXAMPLE TO CONFIGURE GPIO AS INPUT

Re: external interrupts

Posted: Thu Dec 29, 2016 2:41 pm
by kolban
That was a great catch on the comment error/typo. Espressif are fine with us creating pull requests (assuming we have basic Github skills) to make the changes our-selves. I wanted the practice so made the change and issued a pull-request.

https://github.com/espressif/esp-idf/pull/186

Re: external interrupts

Posted: Fri Dec 30, 2016 1:02 am
by ESP_Angus
Thanks nkolban. Yes, pull requests to fix issues (from typos on up) are welcome!