prog.cpp:1:19: error: Servo.h: No such file or directory
prog.cpp:3: error: ‘Servo’ does not name a type
prog.cpp:4: error: ‘byte’ does not name a type
prog.cpp: In function ‘void setup()’:
prog.cpp:8: error: ‘Serial’ was not declared in this scope
prog.cpp:9: error: ‘servo’ was not declared in this scope
prog.cpp: In function ‘void loop()’:
prog.cpp:13: error: ‘Serial’ was not declared in this scope
prog.cpp:14: error: ‘val’ was not declared in this scope
prog.cpp:23: error: ‘servo’ was not declared in this scope
prog.cpp:25: error: expected `}' at end of input