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-08-01

delay()

Delay processing
    Performs a delay using polling.
    void delay(uint32_t ms)

    Performs a delay for the period specified by ms.

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