discoverpixy
Modules | Functions
Application
Collaboration diagram for Application:

Modules

 Pixy Control Helper
 
 Pixy Frame Helper
 
 Screens
 

Functions

void app_init ()
 
void app_process ()
 

Detailed Description

The App Module contains the effective, platform independent application.

Function Documentation

void app_init ( )

Starts/Initializes the app This function should be called at the top of the main function of your platform

Here is the call graph for this function:

void app_process ( )

Executes one cycle of the app Call this function repeatedly from a loop inside the main function

Here is the call graph for this function: