PaulStoffregen / Encoder

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

ATMEGA 168P add interrupt pins mapping to interrupt_pins.h #101

Open t0nd4 opened 8 months ago

t0nd4 commented 8 months ago

Please add support for ATMEGA 168P interrupt pins, mapping is the same as ATMEGA 168. Here is the solution:

#elif defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328PB__) ||defined(__AVR_ATmega168__) || defined(__AVR_ATmega8__)||defined(__AVR_ATmega168P__)