Ajout desc
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
|
||||
/**
|
||||
* @file window.ino
|
||||
* @brief Window object and UI management for PacoMouseCYD throttle.
|
||||
* @author F. Cañada
|
||||
* @date 2025-2026
|
||||
* @copyright https://usuaris.tinet.cat/fmco/
|
||||
*
|
||||
* This file contains functions for creating, opening, and managing window objects,
|
||||
* drawing UI elements, and handling window-related events for the PacoMouseCYD throttle.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// API Documentation
|
||||
////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* @brief Opens a window by its ID and initializes its objects.
|
||||
* @param id The window ID to open.
|
||||
*/
|
||||
void openWindow(uint16_t id);
|
||||
|
||||
// Add further function documentation here as needed for each public function.
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// End API Documentation
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
/* PacoMouseCYD throttle -- F. Cañada 2025-2026 -- https://usuaris.tinet.cat/fmco/
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user