Page 1 of 1

external GPIO Interrupts without RTOS framework?

Posted: Fri Mar 22, 2019 7:16 pm
by Paladin
Is it possible to run ISR's without the RTOS framework?

Re: external GPIO Interrupts without RTOS framework?

Posted: Mon Mar 25, 2019 3:55 am
by ESP_Sprite
Yes. You'd have to forego anything that interfaces with the RTOS in the ISR, though.