SlashDevin / NeoSWSerial

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
169 stars 42 forks source link

Doesn't compile on ATmega168P (Pro Mini) #43

Open alexbladex opened 3 years ago

alexbladex commented 3 years ago

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 commented 3 years ago

Looks like we can just update

elif defined(__AVR_ATmega328P__) | \

defined(AVR_ATmega328) | \ defined(AVR_ATmega168P) | \ defined(__AVR_ATmega168__)