req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Committer:
maxv008
Date:
Sat Feb 11 14:57:12 2017 +0000
Revision:
0:5163dda740af
yes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maxv008 0:5163dda740af 1 #ifndef State_Of_Charge_H
maxv008 0:5163dda740af 2 #define State_Of_Charge_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