For the complete documentation index, see llms.txt. This page is also available as Markdown.

delayMicroseconds()

Wait for time by polling (specified in μsec).

Wait for time by polling (specified in μsec).

void delayMicroseconds(uint32_t microsec)

Wait for a given period of time in microsec.

The time is measured by the TickTimer count. When waiting for a long time, the CPU clock is reduced and polling is performed.

最終更新