NeoSWSerial
NeoSWSerial copied to clipboard
Doesn't compile on ATmega168P (Pro Mini)
#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 )
Looks like we can just update
#elif defined(AVR_ATmega328P) |
defined(AVR_ATmega328) |
defined(AVR_ATmega168P) |
defined(AVR_ATmega168)