Arduino Due pinouts photo

Yes I looked in the code and they aren't supported yet, I think there has been some work done in that area though, I may have to look in the Git repo.

In the attachInterrupt() reference page it says

Parameters
interrupt: the number of the interrupt (int)

pin: the pin number (Arduino Due only)

Which implies every pin, and in fact that is possible with the SAM if someone writes the code.


Rob