req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Committer:
maxv008
Date:
Mon Jun 19 11:59:23 2017 +0000
Revision:
1:698bebac5005
Parent:
State_Of_Charge.h@0:5163dda740af
Child:
5:324a19dcfdec
Cell Voltage structure altered for new BMS;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maxv008 1:698bebac5005 1 #ifndef Cell_Voltage_H
maxv008 1:698bebac5005 2 #define Cell_Voltage_H
maxv008 0:5163dda740af 3
maxv008 0:5163dda740af 4 #include "SPI_I2C_Parser.h"
maxv008 0:5163dda740af 5 #include "mbed.h"
maxv008 0:5163dda740af 6 #include "CAN_Data.h"
maxv008 0:5163dda740af 7 #include "CAN_IDs.h"
maxv008 0:5163dda740af 8 #include <stdlib.h>
maxv008 0:5163dda740af 9 #include "Data_Types_BMU.h"
maxv008 0:5163dda740af 10
maxv008 0:5163dda740af 11 void LTC6804_acquireVoltage(uint16_t cellcodes [][12]);
maxv008 0:5163dda740af 12 void LTC6804_balance(uint8_t ic, uint8_t states[12]);
maxv008 0:5163dda740af 13 void LTC6804_balanceVoltage(uint16_t voltages[][12], uint16_t maxVoltage);
maxv008 0:5163dda740af 14
maxv008 0:5163dda740af 15
maxv008 0:5163dda740af 16 #endif