Cell voltages fork (SoC)

Dependencies:   CUER_CAN CUER_DS1820 LTC2943 LTC6804 mbed PowerControl

Revision:
5:793afeef45dc
Parent:
3:527790e4965a
Child:
9:82ba050a7e13
--- a/CANParserBMU.cpp	Tue Jan 10 00:57:19 2017 +0000
+++ b/CANParserBMU.cpp	Mon Jan 16 14:39:30 2017 +0000
@@ -76,7 +76,6 @@
 
 CANMessage createCellVoltageMAXMIN(pack_voltage_extremes max_voltage, pack_voltage_extremes min_voltage)
 {
-    //@TODO create a structure to store this data , so that the data is stored in the correct order
     CANMessage msg;
     msg.len = 8;
     msg.id = BMS_BASE_ID + MAX_MIN_VOLTAGE;
@@ -98,7 +97,6 @@
 
 CANMessage createCellTemperatureMAXMIN(pack_temperature_extremes min_temperature, pack_temperature_extremes max_temperature)
 {
-    //@TODO create a structure to store this data , so that the data is stored in the correct order
     CANMessage msg;
     msg.len = 8;
     msg.id = BMS_BASE_ID + MAX_MIN_TEMPERATURE;