[SOLVED] Arduino NANO and interrupt on pin 6?

Why not?
Arduino Uno/Nano has two external interrupts on pins 2 & 3 - it's true.
But it's true too that the controller has an interrupts of another type - PCINT - available on all GPIOs.

Google "Arduino PCINT interrupts", for example:

1 Like