cforth icon indicating copy to clipboard operation
cforth copied to clipboard

ESP32 Interrupts

Open andrewtholt opened this issue 5 years ago • 2 comments

Is it possible to generate an interrupt, and catch it, from a GPIO pin ?

If so could you point me at an example.

Thanks

andrewtholt avatar Aug 16 '19 08:08 andrewtholt

I know this a little old now, but I'm looking at this again. Anybody give me a pointer ?

andrewtholt avatar Sep 19 '21 12:09 andrewtholt

See: https://github.com/MitchBradley/cforth/blob/WIP/src/app/esp32/tests/ButtonInt.fth in the latest release.

Jos-Ven avatar May 25 '22 06:05 Jos-Ven