Hi. Could you help out with these errors. Thank you
Arduino: 1.8.10 (Windows 8.1), Board: "Arduino/Genuino Uno"
C:\Users\DELL\Desktop\sketch_oct14a\sketch_oct14a.ino: In function 'void setup()':
sketch_oct14a:36:16: error: a function-definition is not allowed here before '{' token
void setup() {
^
sketch_oct14a:62:15: error: a function-definition is not allowed here before '{' token
void loop() {
^
sketch_oct14a:159:3: error: expected '}' at end of input
}
^
In file included from C:\Users\DELL\Desktop\sketch_oct14a\sketch_oct14a.ino:17:0:
C:\Program Files (x86)\Arduino\libraries\Servo\src/Servo.h: At global scope:
C:\Program Files (x86)\Arduino\libraries\Servo\src/Servo.h:105:3: warning: 'setup()::Servo::Servo()' used but never defined
Servo();
^~~~~
Multiple libraries were found for "Button.h"
Used: C:\Users\DELL\Documents\Arduino\libraries\Button-1.0.0
Multiple libraries were found for "Servo.h"
Used: C:\Program
exit status 1
a function-definition is not allowed here before '{' token
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.