IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
273 stars 44 forks source link

IRQ2 and 3 on Mega2560 on 2nd UART #10

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, A really great library! I just noticed that the 2nd UART on Atmega2560 is using the same pins for INT2 and INT3. Would it be possible to use IRQ pins other than the first two?

ghost commented 4 years ago

Hi, A really great library! I just noticed that the 2nd UART on Atmega2560 is using the same pins for INT0 and INT1. Would it be possible to use IRQ pins other than the first two?

@jabadabado

ArminJo commented 4 years ago

Of course, just use INT4 and INT5 😁