Encoder icon indicating copy to clipboard operation
Encoder copied to clipboard

ATMEGA 168P add interrupt pins mapping to interrupt_pins.h

Open t0nd4 opened this issue 5 months ago • 0 comments

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__)

t0nd4 avatar Jan 28 '24 11:01 t0nd4