Ajout desc
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
|
||||
/**
|
||||
* @file steam.ino
|
||||
* @brief Steam throttle control for PacoMouseCYD throttle.
|
||||
* @author F. Cañada
|
||||
* @date 2025-2026
|
||||
* @copyright https://usuaris.tinet.cat/fmco/
|
||||
*
|
||||
* This file contains functions for managing the steam locomotive throttle,
|
||||
* including pressure, water, and speed control for the PacoMouseCYD throttle.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// API Documentation
|
||||
////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* @brief Initializes the steam throttle and related variables.
|
||||
*/
|
||||
void initSteamThrottle();
|
||||
|
||||
/**
|
||||
* @brief Updates the steam throttle state and encoder value.
|
||||
*/
|
||||
void updateSteamThrottle();
|
||||
|
||||
// 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