I am currently working on a project which requires 8 Interrupt Attachments and obviously each with an exclusive ISR (Interrupt Service Routine). I was wondering if it is possible using this library?
I read somewhere that pins are defined, to be used as interrupt pins, in groups. And each group can function on a single ISR only.