Hi,
I am trying to use the Encoder library (version 1.4.2) on my new Arduino R4 Minima board. The library needs to know the interrupt pins on this MCU, these are not in interrupt_pins.h.
Getting this error message on compilation:
In file included from /Users/koen/Documents/Arduino/libraries/Encoder/Encoder.h:46:0,
from /Users/koen/Documents/Arduino/FM Radio 6.1/FM_Radio_6.1/FM_Radio_6.1.ino:202:
/Users/koen/Documents/Arduino/libraries/Encoder/utility/interrupt_pins.h:202:2: error: #error "Interrupts are unknown for this board, please add to this code"
#error "Interrupts are unknown for this board, please add to this code"
^~~~~
The datasheet for the R7FA4M1AB3CFM (https://www.renesas.com/us/en/document/dst/renesas-ra4m1-group-datasheet) mentions many interrupt pins, many more than the about 14 mentioned somewhere else.
Did anyone already figure out how to map the interrupt pins on the Arduino R4 Minima?
Koen