VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
Loading...
Searching...
No Matches
hello.c File Reference
#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]"
 

Function Documentation

◆ app_main()

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.

Note
This function must be implemented by the user application as app_main
The function should not return as it represents the main application loop
The entry point name is specified in metadata.json as "app_entry_point": "app_main"

Definition at line 5 of file hello.c.

Variable Documentation

◆ TAG

const char* TAG = "[MYAPP]"

Definition at line 3 of file hello.c.