HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
get_app_info Namespace Reference

Functions

 show_help ()
 
 parse_arguments ()
 
 load_config (project_path=None)
 
 get_app_source_file (app_type, project_path=None)
 
 list_apps (project_path=None)
 
 validate_app (app_type, project_path=None)
 
 main ()
 

Detailed Description

ESP32 App Information Script
This script provides information about ESP32 apps from configuration

Function Documentation

◆ get_app_source_file()

get_app_info.get_app_source_file ( app_type,
project_path = None )
Get source file for an app type.

◆ list_apps()

get_app_info.list_apps ( project_path = None)
List all available apps.

◆ load_config()

get_app_info.load_config ( project_path = None)
Load the apps configuration file.

◆ main()

get_app_info.main ( )
Main function.

◆ parse_arguments()

get_app_info.parse_arguments ( )
Parse command line arguments.

◆ show_help()

get_app_info.show_help ( )
Show comprehensive help information.

◆ validate_app()

get_app_info.validate_app ( app_type,
project_path = None )
Validate if app type exists.