PaulStoffregen / Encoder

Quadrature Encoder Library for Arduino
http://www.pjrc.com/teensy/td_libs_Encoder.html
561 stars 242 forks source link

Use PCint interrupts in Arduino Mega #61

Open lmeucchi opened 4 years ago

lmeucchi commented 4 years ago

Hi, I wanted to know if there is any way I can use PCint interrupts in a Arduino Mega. There is another library that allows to enable PCint interrupts (https://github.com/paulo-raca/YetAnotherArduinoPcIntLibrary), but I don't know how to combine the two libraries. Thank you very much

SteveGuidi commented 1 year ago

It would be great to be able to use a pin-change interrupt with the Encoder library, or perhaps a low-level method that allows us to specify the ISR used by the library.