This commit is contained in:
hamza
2024-07-05 12:46:52 +03:00
parent 676b5bb8d1
commit f50643cc84
6 changed files with 146 additions and 39 deletions

View File

@ -46,8 +46,8 @@ struct ADBMS6830_Internal_Status {
};
typedef struct {
int16_t cellVoltages[MAXIMUM_CELL_VOLTAGES];
int16_t auxVoltages[MAXIMUM_AUX_VOLTAGES];
float cellVoltages[MAXIMUM_CELL_VOLTAGES];
float auxVoltages[MAXIMUM_AUX_VOLTAGES];
struct ADBMS6830_Internal_Status status;
uint16 internalDieTemp;