QUEUE: Messages to control a serie of LEDs
Task Task_LED_Selector executes first and sends all the messages on Queue buffer, next the task Task_LED_Control executes and reads just a message from the buffer and waits 200ms for
Task Task_LED_Selector executes first and sends all the messages on Queue buffer, next the task Task_LED_Control executes and reads just a message from the buffer and waits 200ms for
The timeline shows the task execution, observe that the task is only interrupted by the systick which is in charge of change the context each 1ms, but this case just a Task is