I have all things working and changed the code to be more complete.
But still having some issues.
I've noticed that the value for the servo to be centered the pos must be 400 ( even with the original code )
for far left the value must be 1300
but for far right 0 is not enough.
i've tryed this but doesnt work...
right:
If pos > -100 Then
pos = pos - 10
Endif
servo1 = 1
Pauseus 1000 + pos
servo1 = 0
Pause 16 ' Servo update rate about 60Hz
Return
any ideas ?
and why arent the original values working for me ? I've seen many servo programs and all have the same values for center.
thanks
Bookmarks