Re: GPIO and interrupts

2023-08-31 Thread Petro Karashchenko
2023 р. о 16:45 Mark Stevens пише: > I am trying to figure out GPIO and interrupts. So the situation is I have > four switches connected to GPIOs on my board. My ideal scenario is to > attach a different interrupt to each switch and have that fired when the > appropriate button is presse

GPIO and interrupts

2023-08-29 Thread Mark Stevens
I am trying to figure out GPIO and interrupts. So the situation is I have four switches connected to GPIOs on my board. My ideal scenario is to attach a different interrupt to each switch and have that fired when the appropriate button is pressed. So I have spent some time looking at the