增加电压采集

This commit is contained in:
2025-12-11 10:57:45 +08:00
parent 083d062792
commit 061b44221a
6 changed files with 39 additions and 35 deletions

View File

@@ -126,10 +126,10 @@ typedef struct _StrBmsInput
{
//----接收0x301----------------------------------
// 多字节数据,高位在前,低位在后
uint16_t bus_voltage ; // 母线电压 单位为0.01V
uint16_t low_voltage ; // 母线电流 单位为0.01V
uint16_t channel3 ; // 保留通道
uint16_t crc1 ; //
uint16_t low_voltage ; // 电池电压 单位为0.01V
uint16_t chanel1 ; //
uint16_t bus_voltage ; // 母线 单位为0.01V
uint16_t chanel2 ; //
} StrBmsInput;
typedef union _UnBmsInput