Shop OBEX P1 Docs P2 Docs Learn Events
How long take a basic istruction? — Parallax Forums

How long take a basic istruction?

soniquesonique Posts: 15
edited 2010-07-25 12:15 in BASIC Stamp
Dear guy,
how long take a basic istruction?

For example:

for i=1 to 10
pulsout servo, 500
pause 20
next

Ok, if i want to insert in for-block other istructions?

For example:

for i=1 to 10
pulsout servo, 500
debug dec i
pause 18 'for example i suppose that debug istruction take 2 ms
next

I hope that is clear....

bye

Comments

Sign In or Register to comment.