Module esp_idf_hal::delay
source · Structs
Espressif built-in delay provider
Use only for very small delays (us or a few ms at most), or else the FreeRTOS IDLE tasks’ might starve and
the IDLE tasks’ watchdog will trigger
FreeRTOS-based delay provider
Use for delays larger than 10ms (delays smaller than 10ms used in a loop would
starve the FreeRTOS IDLE tasks’ as they are low prio tasks and hence the
the IDLE tasks’ watchdog will trigger)