Hi guys,
I've made a circuit that i use to work with a futaba servo.
The problem is that i cannot get it to reach it's extremes.
The max i can get is a total of 90º from left to right ( and i know these servos move more that this ).
I'm running the code like this...
( sample )
Moving left:
if pos > 25 then
pos = pos - 50
servo =1
pauseus 1000+pos
servo =0
Moving right:
if pos <1300 then
pos = pos + 50
servo =1
pauseus 1000+pos
servo =0
I tryed to change the limits but the servo does not move pass it ( upper limit is 1300 and center is 700 )
Thanks in advance
Bookmarks