The Arduino delay () function has been redefined to automatically use the FreeRTOS vTaskDelay () function when the delay required is one Tick or longer, by setting configUSE_PORT_DELAY to 1, so that ...