VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
|
#include "vmupro_sdk.h"
Go to the source code of this file.
Functions | |
void | app_main (void) |
Main entry point for VMUPro applications. | |
Variables | |
const char * | TAG = "[MYAPP]" |
void app_main | ( | void | ) |
Main entry point for VMUPro applications.
This function is called by the VMUPro loader after the application has been successfully loaded into memory. All application initialization and main logic should be implemented in this function.
app_main