/      日本語

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.