Shop OBEX P1 Docs P2 Docs Learn Events
: Block code — Parallax Forums

: Block code

ArchiverArchiver Posts: 46,084
edited 2003-12-12 01:56 in General Discussion
This might work - - - -

In this loop only pin 2 will cycle or change state . Because the
" Goto SKP " command will bypass the code for pin 3 .

How ever if you " comment - out " Goto SKP - then the
lines for pin 3 will be in the loop


Good Luck




Start :

high 2

pause 222

low 2

Goto SKP

high 3

pause 333

low 3

SKP :

pause 222

Goto Start
Sign In or Register to comment.