SlashDevin / NeoSWSerial

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

Changes to compile with ATtiny84 #22

Open gion86 opened 6 years ago

gion86 commented 6 years ago

Timer register and BITS timings definition to compile and run on a tiny84 (at 8Mhz), where the 32 prescaler is not available. Fixes #21. Please consider only the changes to NeoSWSerial.cpp.