Navid Kashi
Navid Kashi
I tried to start an ISR in c code too and I found out that before starting the ISR, function `mraa_gpio_read` returns the GPIO value correctly, but after starting an...
This is my sample code to test the pin read function before and after interrupt configuration. ` // Function to be called when the interrupt occurs void interruptHandler(void *args) {...
I can get the interrupt trigger and it works fine. There is no problem with the interrupt trigger. My problem is that I can no longer read the pin value...