Ajout desc
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
|
||||
/**
|
||||
* @file events.ino
|
||||
* @brief Event processing and handling for PacoMouseCYD throttle.
|
||||
* @author F. Cañada
|
||||
* @date 2025-2026
|
||||
* @copyright https://usuaris.tinet.cat/fmco/
|
||||
*
|
||||
* This file contains functions for processing system and user events, managing timers,
|
||||
* and handling event-driven actions in the PacoMouseCYD throttle firmware.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// API Documentation
|
||||
////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* @brief Processes the next event in the event queue.
|
||||
*/
|
||||
void eventProcess();
|
||||
|
||||
// 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