Arduino_SBUS icon indicating copy to clipboard operation
Arduino_SBUS copied to clipboard

'serialPrint' was not declared in this scope

Open Omikael69 opened this issue 3 years ago • 1 comments

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.

Omikael69 avatar Mar 04 '21 12:03 Omikael69

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

IROmyworld avatar Jun 25 '21 15:06 IROmyworld