Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CUER_CAN DS1820 LTC2943 LTC6804 mbed
Fork of BMS_BMUCore_Max by
Diff: CANParserBMU.cpp
- 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;
