-->
Page 1 of 1

program deley

PostPosted: Sat Dec 02, 2017 12:51 am
by flyboy74
How do you get a program to pause during execution like the delay() function in Arduino??

Re: program deley

PostPosted: Sat Dec 02, 2017 8:07 am
by Luc Volders
ehhhhh ........

by the delay function in Basic:

delay:
Will wait for a number of milliseconds before continuing execution.
Useful for making leds blink
delay {Var or value}

Luc

Re: program deley

PostPosted: Sat Dec 02, 2017 8:57 am
by flyboy74
Ha Ha Ha
I was looking all through the docs at the part about timers and basic commands couldn't find anything. Now that you have said Delay I found it in the the docs in the part about GPIO Pins IO functions.

Maybe it could be moved in the doc to basic functions or timers.

Re: program deley

PostPosted: Mon Dec 11, 2017 5:58 am
by PhilTilson
Try downloading the Latest Printed Reference - see the first message in the list. It has an alphabetical index of all commands.

Phil