fix:更新注释等

This commit is contained in:
2026-05-21 12:19:01 +08:00
parent fd65e9c6a2
commit 8ee0849831
54 changed files with 1145 additions and 683 deletions

View File

@@ -1,3 +1,13 @@
/**
******************************************************************************
* @file User\Global\g_dcpile.c
* @author 路淮
* @version v0.1
* @date 2026-05-21
* @brief 充电桩管理器
******************************************************************************
*/
#include "g_dcpile.h"
/*全局充电桩管理器*/
@@ -15,8 +25,9 @@ const uint8_t piles_serial[6][7] = {
};
/**
* @brief 初始化充电桩管理器
* @brief init_chargers初始化充电桩管理器
* @note 初始化充电桩管理器,设置充电桩数量和每个充电桩的初始状态
* @retval none
*/
void init_chargers(void)
{