delay()

Structure

Description

Halts the program for the specified number of milliseconds.

Syntax

void delay(int ms)

Parameters

NameTypeDescription
msintnumber of milliseconds to pause

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...