Last time, I talked about the RTOS task state. This time, I'd like to talk about one of the task controls, delay. There are three delay functions are provided; vTaskDelay(), vTaskDelayUntil(), xTaskDelayUntil(). However, to use these functions, you n...