Using more then 2 interrups on arduino
Troubleshooting
5
Posts
3
Posters
2.6k
Views
2
Watching
-
I am in the process of building a sketch where I want to use 2 pulse meters.
The Arduino has only 2 IRQ hardware ports.
One is already being used bij the radio.....Any idea how I can solve this ?
Regards,
Bert van de Beek
-
Also, Google pinchangeint. It's a library that allows the Arduinos to use more pins as interrupts. Yes, you don't need to connect the radio to pin 2 and you can use it for something else.
Cheers
Al