|
Re: More than 6 RC digital input interrupts?
Digital input pins 3-6 are already "multiplexed" into a single interrupt. You will indeed have to combine signals externally to make them all cause one of the hardware interrupts to occur, but extending the part of the software that checks to see which pin actually caused the interrupt is straightforward.
|