delayUs Function

Generates a delay (software timing loop) for a duration of specified microseconds.

Syntax

void delayUs (volatile unsigned long us);

Parameters

volatile unsigned long  - delay in microseconds

Return Value

N/A

Remarks

N/A

Requirements

delay.h

Example

N/A