FreeRTOS part 4: task
This is the fourth post in my FreeRTOS series. I have introduced FreeRTOS and how to set it up on previous three parts, so now it is time to actually start exploring the FreeRTOS task(s). To recap here is a quote from part 1: Applications are typically divided into tasks, where each is responsible for a specific function. ...