Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino 32U4 problem #25

Closed
DSPQPSK opened this issue Apr 26, 2020 · 1 comment
Closed

Arduino 32U4 problem #25

DSPQPSK opened this issue Apr 26, 2020 · 1 comment

Comments

@DSPQPSK
Copy link

DSPQPSK commented Apr 26, 2020

Hello,
sorry for disturbing you.
Is it possible that there is a problem when using 32U4 processors?

I compile the Soft Serial example with the target Arduino Nano, everything is perfect.
If I now switch to 32U4 based Arduino boards like Leonardo or Micro, then I get the following error:


C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/USBAPI.h:154:16: note: previous declaration as 'Serial_ Serial'

extern Serial_ Serial;

^~~~~~

exit status 1

A similar behavior could be observed if I use the HW Serial example.

Thanks for your support.

@mandulaj
Copy link
Owner

The extern HardwareSerial Serial was removed in the new version, so should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants