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 CUER_DS1820 LTC2943 LTC6804 mbed PowerControl
Diff: CANParserBMU.cpp
- Revision:
- 16:b2ef68c9a4fd
- Parent:
- 14:e0e88a009f4c
- Child:
- 17:94dd9a0d3870
diff -r e901aff1f5b3 -r b2ef68c9a4fd CANParserBMU.cpp
--- a/CANParserBMU.cpp Sun Jul 02 11:25:37 2017 +0000
+++ b/CANParserBMU.cpp Sun Jul 02 11:39:39 2017 +0000
@@ -20,9 +20,6 @@
msg.id = TEMPERATURE_BASE_ID + offset; // for temp it is 0x800 onwards
CAN_Data data;
- //data.setLower_uLong(ProbeID);
- //data.setUpperFloat(Temperature);
-
for(int i = 1; i <= 6; i++) //ID portion of ROM array
{
data.set_u8(i - 1, ProbeROM[i]);