DELAY_microseconds

Call this function to delay execution of the program for a certain number of microseconds

void DELAY_microseconds(
    uint16_t microseconds
)

Parameters

microseconds

Type: uint16_t

- number of microseconds to delay

Returns

Type: void