Action
Delay program execution for a short time.
Syntax
DELAY
Remarks
Use DELAY to wait for a short time.
The delay time is 100 microseconds based on a system frequency of 12 MHz.
See also
WAIT , WAITMS
Example
P1 = 5 'write 5 to port 1
DELAY 'wait for hardware
to be ready
|