Shop OBEX P1 Docs P2 Docs Learn Events
AW: [basicstamps] ive got a simple servo problem — Parallax Forums

AW: [basicstamps] ive got a simple servo problem

ArchiverArchiver Posts: 46,084
edited 2001-11-09 08:22 in General Discussion
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
Sign In or Register to comment.