delay()
StructureDescription
Halts the program for the specified number of milliseconds.
Syntax
void delay(int ms)
Parameters
| Name | Type | Description |
|---|---|---|
| ms | int | number of milliseconds to pause |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...