Arduino_SBUS
Arduino_SBUS copied to clipboard
'serialPrint' was not declared in this scope
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.
Comment it out and it should work. Only useful if you are using SoftwareSerial.