- Sun Jul 24, 2016 11:11 am
#51422
Thank you for your reply. I've enjoyed reading through your past posts. Very knowledgeable.
I am aware that those sets of pins can be swapped. Unfortunately, I'm using GPIO0 to trigger an on board transmitter. GPIO 12, 13, 14, and 16 are being used for SPI (SD card) and 15 is being used to trigger a passive buzzer.
That really only leaves me with GPIO 1 - 3 free. Ideally, I would like to use 2 for the external interrupt pin with pin 1 as my second choice.
I guess my real question is, how come only certain pins seem to work for interrupts and others do not? Is it possible to turn these pins on for interrupts? I've tried pinMode (pin, FUNCTION_3) but no luck.