I want to use my Arduino uno pin 2 and 3 to manage two PIR sensors with interrupts (interrupts available only on pin 2 and 3 on uno).
Is it possible to change the GSCLK pin (actually on pin3) ? I try in pinouts/ATmega_xx8.h file but it doesn't work :(
Can you help me please ?
Regards,
Adrien
The problem is not about the pin in use, but about the Timers usage: this library uses 2 out of the 3 available timers and thus does not allow the definition of other interrupts.