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.h
- Revision:
- 13:7b42af989cd1
- Parent:
- 1:51477fe4851b
- Child:
- 14:e0e88a009f4c
--- a/CANParserBMU.h Fri Jun 23 17:41:17 2017 +0000 +++ b/CANParserBMU.h Wed Jun 28 16:56:33 2017 +0000 @@ -13,7 +13,9 @@ #define BATTERY_PACK_STATUS_ID 0xFA //@TODO add some comments -CANMessage createTemperatureTelemetry(int ID, uint32_t CMUSerialNumber, uint16_t PCBTemperature, uint16_t cellTemperature); +CANMessage createTemperatureTelemetry(uint8_t offset, uint32_t ProbeID, float Temperature); + +individual_temperature decodeTemperatureTelemetry(CANMessage msg); CANMessage createVoltageTelemetry(int ID, uint16_t voltage[]);
