AW: [basicstamps] ive got a simple servo problem
Archiver
Posts: 46,084
do loop?
this is not stamp language...try this:
start:
for x = 500 to 700
pulsout pinnumber,x
pause 10
next
for x = 700 to 500
pulsout pinnumber,x
pause 10
next
goto start
Urspr
this is not stamp language...try this:
start:
for x = 500 to 700
pulsout pinnumber,x
pause 10
next
for x = 700 to 500
pulsout pinnumber,x
pause 10
next
goto start
Urspr