Servo_movement_with_library
by
steve8939
Clone & Edit
Download
Edit
Servo_movement_with_library.ino
1
2
#include
<Servo.h>
// Servo is a class
Servo
myservo
;
//instance of the object,myservo, which is now associated with the Servo class
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX