cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
app.h File Reference

Interfaz de la capa principal de aplicacion. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void app_init (void)
 Inicializa los modulos de la aplicacion.
 
void app_process (void)
 Ejecuta una iteracion del lazo principal de la aplicacion.
 

Function Documentation

◆ app_init()

◆ app_process()

void app_process ( void  )

Debe llamarse de forma periodica desde el while(1) principal.

Definition at line 183 of file app.c.

References APP_LOOP_DELTA_MS, app_step_20ms(), app_ultimo_tick_procesado_ms_, and board_timer_get_ticks().

Referenced by main().