Hello,
You can do like this
void (*isrList[])() = { isr1, isr2, ... };
...
attachInterrupt( PIN[i], isrList[i], RISING);
Hello,
You can do like this
void (*isrList[])() = { isr1, isr2, ... };
...
attachInterrupt( PIN[i], isrList[i], RISING);