req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Revision:
1:698bebac5005
Parent:
0:5163dda740af
Child:
5:324a19dcfdec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cell_Voltage.h	Mon Jun 19 11:59:23 2017 +0000
@@ -0,0 +1,16 @@
+#ifndef Cell_Voltage_H
+#define Cell_Voltage_H
+
+#include "SPI_I2C_Parser.h"
+#include "mbed.h"
+#include "CAN_Data.h"
+#include "CAN_IDs.h"
+#include <stdlib.h>
+#include "Data_Types_BMU.h"
+
+void LTC6804_acquireVoltage(uint16_t cellcodes [][12]);
+void LTC6804_balance(uint8_t ic, uint8_t states[12]);
+void LTC6804_balanceVoltage(uint16_t voltages[][12], uint16_t maxVoltage);
+
+
+#endif
\ No newline at end of file