Funcionalidade #13561
receive Schedules
Status:
Novo
Priority:
Normal
Assignee:
-
Start date:
12/14/2017
Due date:
12/15/2017
% Done:
0%
Estimated time:
3.00 h
Description
The Schedules have to be saved in the ram storage of the PIC. There is already a structure defined. the values of this structure has to set the desired inputs for the state machines.
(the function has to be inside of the while loop, when a new schedule comes in set a flag to update)
example.
if (new_schedule==TRUE){
desired_temp = sched.temperature;
}
Furthermore, we