vinceherman:
One way to reverse a servo is to use this
rightServo.write(180 - rightServoPosition)
I think that should be
leftServo.write(180 - rightServoPosition)
...R
vinceherman:
One way to reverse a servo is to use this
rightServo.write(180 - rightServoPosition)
I think that should be
leftServo.write(180 - rightServoPosition)
...R