VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
Loading...
Searching...
No Matches
vmupro_sdk.h File Reference

VMUPro SDK Main Header. More...

#include "vmupro_log.h"
#include "vmupro_display.h"
#include "vmupro_utils.h"
#include "vmupro_buttons.h"
#include "vmupro_file.h"
#include "vmupro_audio.h"
#include "vmupro_fonts.h"

Go to the source code of this file.

Functions

void app_main (void)
 Main entry point for VMUPro applications.
 

Detailed Description

VMUPro SDK Main Header.

This is the main header file for the VMUPro SDK. It provides the primary interface for developing applications for the VMUPro device.

Author
8BitMods
Version
1.0.0
Date
2025-06-17

Definition in file vmupro_sdk.h.

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.