|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Data Fields | |
| const char * | titulo |
| int16_t | minimo |
| int16_t | maximo |
| int16_t | paso |
| bool | ciclico |
| bool hmi_param_desc_t::ciclico |
Definition at line 50 of file hmi.c.
Referenced by hmi_process().
| int16_t hmi_param_desc_t::maximo |
Definition at line 48 of file hmi.c.
Referenced by hmi_process().
| int16_t hmi_param_desc_t::minimo |
Definition at line 47 of file hmi.c.
Referenced by hmi_process().
| int16_t hmi_param_desc_t::paso |
Definition at line 49 of file hmi.c.
Referenced by hmi_process().
| const char* hmi_param_desc_t::titulo |
Definition at line 46 of file hmi.c.
Referenced by hmi_dibujar_edicion(), and hmi_dibujar_menu().