mirror of
https://github.com/goldenfishs/MRobot.git
synced 2026-04-01 05:17:13 +08:00
实现module生成
This commit is contained in:
@@ -13,10 +13,17 @@
|
||||
|
||||
/* Exported variables ------------------------------------------------------- */
|
||||
|
||||
// 机器人参数配置
|
||||
/**
|
||||
* @brief 机器人参数配置
|
||||
* @note 在此配置机器人参数
|
||||
*/
|
||||
Config_RobotParam_t robot_config = {
|
||||
|
||||
|
||||
/* USER CODE BEGIN robot_config */
|
||||
.example_param = 0, // 示例参数初始化
|
||||
|
||||
// 在此添加您的配置参数初始化
|
||||
|
||||
/* USER CODE END robot_config */
|
||||
};
|
||||
|
||||
/* Private function prototypes ---------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user