SlashDevin / NeoSWSerial

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

Doesn't compile on ATmega32U4 (Arduino Pro Micro) #3

Open adienakhmad opened 8 years ago

adienakhmad commented 8 years ago

error: 'TCCR2A' was not declared in this scope error: 'TCCR2B' was not declared in this scope

SlashDevin commented 8 years ago

Confirmed.

SRGDamia1 commented 7 years ago

The 32u4 doesn't have a timer2. Could one of the other timers be used?

SlashDevin commented 7 years ago

Yes, but I don't have time to work on this. Choosing the timer, clock scaler (from baud rate) and testing is what needs to be done. If you get something working, I'd be glad to fold it in!

StackerDEV commented 6 years ago

Somebody got it fixed?

jpmeijers commented 5 years ago

Can you perhaps remove ATmega32U4 (Micro, Leonardo) from the bottom of README.md, as it is a red herring that causes a lot of wasted time. We can add it back when this issue is fixed.

(I'll file a PR)

AKopytenko commented 1 year ago

Same problem. Please remove Micro from the supported boards block in README.MD