Hello!
I am currently working with Actinius' Icarus IoT board and I'm trying to get the interrupts to work. This is the boards' pin layout:
At the moment I have connected the 0 pin to a button and the 1 pin to a LED. My goal is to make the button trigger an interrupt that executes a function and turns on the LED light.
I have seen the blinky example and tried to modify it with little success.
I know that my "problem" is rather vague and is more a lack of skill and knowledge than a dysfunction with the board or the library. However, I cannot make it work and I would like just a pinpoint of where I have to start. Maybe I'm including the wrong library, using the wrong functions, or having the definitions all messed up.
I appreciate your time and help, thank you in advance!