NewEncoder
NewEncoder copied to clipboard
UNO R4 Wifi
For some reason I am unable to use the new encoder library with the UNO R4 Wifi. Somewhat new to arduino, is there something I can do to the library to allow me to use this.
"Interrupts are unknown for this board. Please specify in interrupt_pins.h"
I tried adding the following to the interrupt_pins.h file. with no luck lol.
// Uno R4 Wifi #elif defined(ARDUINO_UNOR4_WIFI) #define CORE_NUM_INTERRUPT 2
Any help would be greatly appreciated. Love using this library with my nano everys. Would also love to be able to use it with the R4 wifi.