|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
#include <hmi.h>
Data Fields | |
| bool | temperatura_valida |
| int16_t | temperatura_deci_celsius |
| bool | salida_activa |
| bool | sensor_disponible |
| bool hmi_estado_proceso_t::salida_activa |
Definition at line 16 of file hmi.h.
Referenced by app_step_20ms(), and hmi_cargar_estado_proceso().
| bool hmi_estado_proceso_t::sensor_disponible |
Definition at line 17 of file hmi.h.
Referenced by app_step_20ms(), and hmi_cargar_estado_proceso().
| int16_t hmi_estado_proceso_t::temperatura_deci_celsius |
Definition at line 15 of file hmi.h.
Referenced by app_step_20ms(), and hmi_cargar_estado_proceso().
| bool hmi_estado_proceso_t::temperatura_valida |
Definition at line 14 of file hmi.h.
Referenced by app_step_20ms(), and hmi_cargar_estado_proceso().