Search found 2 matches
- Sat Dec 01, 2018 9:28 pm
- Forum: ESP32 Arduino
- Topic: Calling function from inside ISR doesn't work
- Replies: 3
- Views: 6984
Re: Calling function from inside ISR doesn't work
Thank you FreddyVictor. That was it. How embarrassing 
- Fri Nov 30, 2018 8:36 pm
- Forum: ESP32 Arduino
- Topic: Calling function from inside ISR doesn't work
- Replies: 3
- Views: 6984
Calling function from inside ISR doesn't work
Hi,
I am new to ESP32 and did some modifications to this ESP32-Radio project https://github.com/Edzelf/ESP32-Radio
What I am trying now is to add some functionality to the IR code interpretation which lacks some functionality. As it is Interrupt driven I found it quite hard to debug. So i added a ...
I am new to ESP32 and did some modifications to this ESP32-Radio project https://github.com/Edzelf/ESP32-Radio
What I am trying now is to add some functionality to the IR code interpretation which lacks some functionality. As it is Interrupt driven I found it quite hard to debug. So i added a ...