GN-z11Codesgnz11codes.hashnode.dev·May 16, 2024The Art of DelayOnce upon a time, in the bustling city of Codeburg, there lived a brilliant software engineer named Alex. Alex was known far and wide for their exceptional coding skills and innovative solutions. However, Alex had a little secret that only a few clos...Discuss·1 likeSoftware Engineering
Hyunwoo Choihyunwoochoi.hashnode.dev·May 14, 2023Delay functions in FreeRTOSLast 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...Discuss·303 readsRTOSfreeRTOS