NeoSWSerial icon indicating copy to clipboard operation
NeoSWSerial copied to clipboard

Doesn't compile on ATmega168P (Pro Mini)

Open alexbladex opened this issue 4 years ago • 1 comments

#error MCU not supported by NeoSWSerial!

Hi could you please add atmega 328P, 328, 168P, 168 All they mostly the same (PINs, registry, interrupts, etc )

alexbladex avatar Apr 13 '21 16:04 alexbladex

Looks like we can just update #elif defined(AVR_ATmega328P) |
defined(AVR_ATmega328) |
defined(AVR_ATmega168P) |
defined(AVR_ATmega168)

alexbladex avatar Apr 14 '21 11:04 alexbladex