AW: [basicstamps] parallax servos
Archiver
Posts: 46,084
Hi There,
do you know that you have to loop the code and put a pause in?
for b = 1 to 50 (depending on how far the servo must travel)
pulsout 7, XXX
pause 10
next
The pause is necessary, because otherwise the pulsouts come so close one
after the other that the servo cannot read them.
Greetings, Uli
Urspr
do you know that you have to loop the code and put a pause in?
for b = 1 to 50 (depending on how far the servo must travel)
pulsout 7, XXX
pause 10
next
The pause is necessary, because otherwise the pulsouts come so close one
after the other that the servo cannot read them.
Greetings, Uli
Urspr