6.4.1 Status LED Task
This is perhaps the simplest task of the application. It does only consist of an LED
toggling function and a delay of 250 ms. The delay function
takes the number of ticks as an input parameter. To convert ms
into ticks, the function pdMS_TO_TICKS(250)
is
used. The UML diagram is shown in the figure below.