Function WaitUs

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

void WaitUs(unsigned int microseconds)

Description

Wait for at least the specified number of microseconds. Since this function only blocks the main program, if a kernel interrupt occurs during the wait, the delay will be significantly longer.

Parameters

None

Returns

Void

Video Modes

N/A

Since

V1