Shop
Engineering
About us
News
Contact
Resources wiki
Hardware blog
delay()
Description
Delay at this line of for a passed number of milliseconds.
Example
delay(
5
)
This example will pause at this line for 5ms.
Syntax
delay(x)
Parameters
x – number of milliseconds defined my the user to delay.
Returns
nothing
Related
none