This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-07-24

delayMicroseconds()

Delay processing (microseconds)
    Performs a delay using polling (specified in microseconds).
    void delayMicroseconds(uint32_t microsec)

    Performs a delay for the duration specified by microsec.

    Time measurement is done using the TickTimer count. When a long delay is specified, the CPU clock is reduced during polling.