DelayMs()
Delay the specified number of milliseconds.
Syntax
void DelayMs(unsigned long ms);
ms
The number of ms to wait before returning.
Returns
void
Delay the specified number of milliseconds.
void DelayMs(unsigned long ms);
ms
The number of ms to wait before returning.
void