|
discoverpixy
|
|
Modules | |
| Screens | |
Functions | |
| void | app_init () |
| void | app_process () |
The App Module contains the effective, platform independent application.
| void app_init | ( | ) |
Starts/Initializes the app This function should be called at the top of the main function of your platform

| void app_process | ( | ) |
Executes one cycle of the app Call this function repeatedly from a loop inside the main function

1.8.9.1