Can Opener - ME 507
taskTemp.h
Go to the documentation of this file.
1 
9 #ifndef TASK_TEMP_H
10 #define TASK_TEMP_H
11 
12 void taskTemp(void* p_params);
13 
14 #endif
void taskTemp(void *p_params)
Task that periodically reads the temperature of the can and puts it into a variable to be read elsewh...
Definition: taskTemp.cpp:32