WAIT
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Suspends program execution for a given time. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&nbs...")
(Created page with "= <span class="f_Header">Action</span> = Suspends program execution for a given time. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&nbs...")
Latest revision as of 21:04, 12 February 2013
Contents |
Action
Suspends program execution for a given time.
Syntax
WAIT seconds
Remarks
seconds |
The number of seconds to wait. |
No accurate timing is possible with this command.
When you use interrupts, the delay may be extended.
See also
Example
WAIT 3 'wait for three seconds Print "*"
Languages | English • Deutsch |
---|