req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Committer:
DasSidG
Date:
Sat Sep 16 01:04:41 2017 +0000
Revision:
9:1c94bbb97eaa
Parent:
5:324a19dcfdec
Removed some couts which were generating warnings as they were placed after a break

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
DasSidG 5:324a19dcfdec 4 #include "SPI_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