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·358 readsRTOSfreeRTOS
Fanuel Conradfanuelconrad.hashnode.dev·Oct 27, 2022Getting Started with L293D Motor driver and FreeRTOSFreeRTOS is an open-source, real-time operating system for microcontrollers and microprocessors that makes small, low-power devices easier to program. Unlike typical real-time operating systems, FreeRTOS is specially designed for microcontrollers. Be...Discuss·296 readsfreeRTOS