|
HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
|
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 () | |
ESP32 App Information Script This script provides information about ESP32 apps from configuration
| get_app_info.get_app_source_file | ( | app_type, | |
| project_path = None ) |
Get source file for an app type.
| get_app_info.list_apps | ( | project_path = None | ) |
List all available apps.
| get_app_info.load_config | ( | project_path = None | ) |
Load the apps configuration file.
| get_app_info.main | ( | ) |
Main function.
| get_app_info.parse_arguments | ( | ) |
Parse command line arguments.
| get_app_info.show_help | ( | ) |
Show comprehensive help information.
| get_app_info.validate_app | ( | app_type, | |
| project_path = None ) |
Validate if app type exists.