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

'serialPrint' was not declared in this scope #1

Open
Omikael69 opened this issue Mar 4, 2021 · 1 comment
Open

'serialPrint' was not declared in this scope #1

Omikael69 opened this issue Mar 4, 2021 · 1 comment

Comments

@Omikael69
Copy link

Arduino:1.8.13 (Windows Store 1.8.42.0) (Windows 10), Kort:"Arduino Uno"

C:\Users\mikae\OneDrive\Dokument\Arduino\libraries\Arduino_SBUS-master\SBUS_ROBOTMaker_20161228_v1a\SBUS_ROBOTMaker_20161228_v1a.ino: In function 'void loop()':

SBUS_ROBOTMaker_20161228_v1a:182:13: error: 'serialPrint' was not declared in this scope

         serialPrint (channels[1]);

         ^~~~~~~~~~~

Multiple libraries were found for "Servo.h"

Använd: C:\Users\mikae\OneDrive\Dokument\Arduino\libraries\Servo

Oanvänd: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\libraries\Servo

exit status 1

'serialPrint' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

@IROmyworld
Copy link

Comment it out and it should work. Only useful if you are using SoftwareSerial.

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