![]() |
Can Opener - ME 507
|
#include "STM32FreeRTOS.h"#include <Arduino.h>#include "PrintStream.h"#include "shares.h"#include "taskWriteToDisplay.h"Functions | |
| void | taskWriteToDisplay (void *p_params) |
| Task: Write to Display. More... | |
Task to write the temperature of the can to a display Temperature data is recieved from the temperature share
| void taskWriteToDisplay | ( | void * | p_params | ) |
Task: Write to Display.
Period: 1000ms, Priority: 1 Write can temperature data to display
| p_params | task parameters |