30 #define T_MEAN_INIT 15 34 #define DFACTOR_INIT 0 46 #define T_MEAN_WS 0.001 54 #define T_MEAN_WA 0.999 63 #define T_MEAN_RATIO_FULLSUN 5.0 65 #define T_MEAN_RATIO_HALFSUN 6.0 67 #define T_MEAN_RATIO_SHADOW 5.0 69 #define T_MEAN_BASE_FULLSUN 24.0 71 #define T_MEAN_BASE_HALFSUN 20.0 73 #define T_MEAN_BASE_SHADOW 15.0 Functions to activare and display (rs232) debug.
void temperature_update(struct programs_t *progs)
update the temperature and the arithmetic mean.
Definition: temperature.c:25
void temperature_print(struct programs_t *progs, struct debug_t *debug)
Definition: temperature.c:45
Definition: ogstruct.h:170
void temperature_init(void)
Definition: temperature.c:65