trying to use two servos at same time i want write code for line follower but cant get the two 360 degree
servos to both run at same time here is my code
#include <Servo.h>
Servo myservo2;
Servo myservo; // create servo object to control a servo
// twelve servo objects can be created on most boards
int pos = 0; // variable to store the servo position
int pos2 = 0;
trying to use two servos at same time i want to write code for a line follower but cant get the two 360 degree
servos to both run at same time here is my code
#include <Servo.h>
Servo myservo2;
Servo myservo; // create servo object to control a servo
// twelve servo objects can be created on most boards
int pos = 0; // variable to store the servo position
int pos2 = 0;
no Im trying to stay away from for loops also but you know ill do what ever Ive got to do to make this work Im making this for my boys when they get a little older