Esp32 pin interrupts

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
mnfisher
Valued Contributor
Posts: 1276
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 122 times
Been thanked: 643 times

Esp32 pin interrupts

Post by mnfisher »

I tried adding two pin interrupts in a ESP32 program - with each pin calling a different interrupt routine.

On running the program - I get
E (398) gpio: gpio_install_isr_service(500): GPIO isr service already installed
Is it possible to assign different macros here - or are there limitations on pin combinations?

Martin

Post Reply