The App Module contains the effective, platform independent application.
Starts/Initializes the app This function should be called at the top of the main function of your platform
Definition at line 37 of file app.c.
Executes one cycle of the app Call this function repeatedly from a loop inside the main function
Definition at line 48 of file app.c.