Has base BMU code but sends dummy temperature and voltage readings to test CAN

Dependencies:   CUER_CAN DS1820 LTC2943 LTC6804 mbed

Fork of BMS_BMUCore_Max by CUER

Changes

RevisionDateWhoCommit message
15:e901aff1f5b3 2017-07-02 DasSidG Added temperature probe initialization default tip
14:e0e88a009f4c 2017-07-02 maxv008 Added a proper unique identification to the temperature CAN. Implemented an interrupt based CAN read setup, currently configured with Dummy data and test code that will be cleaned up in a future commit
13:7b42af989cd1 2017-06-28 maxv008 Added function to create CAN Messages based on temperature readings from individual probes, and a function to parse msg back into readings. Implemented this into the transmit data function.
12:fa9b1a459e47 2017-06-23 DasSidG now works with 33 cells;
11:cf2db05cfa56 2017-06-21 DasSidG Cell voltages transmission tested and working for a single CMU.
10:1079f8e52d65 2017-06-19 maxv008 Includes Can test functions and working (at some point anyways) voltage telemetry sending over CAN
9:82ba050a7e13 2017-02-11 msharma97 nah mate
8:51f0a0f8c975 2017-02-11 maxv008 COMMIT MESSAGE;
7:d00f4433cea9 2017-02-11 maxv008 ffdf
6:b567fcb604aa 2017-01-28 maxv008 Added Library to acquire cell voltages and balance cells, still need to implement storing them for CAN use.
5:793afeef45dc 2017-01-16 lcockerton62 Merged the fork: BMS_BMUCore_Luke_with_SoC
4:9050c5d6925e 2017-01-10 DasSidG First attempt at adding SoC and battery current measurements to BMU code; ; Note some constants (e.g. battery capacity, threshold values) need to be modified in the future.; ; Code compiles.
3:527790e4965a 2016-12-30 lcockerton62 changes to CANParserBMU.cpp;
2:94716229ecc3 2016-12-30 lcockerton62 Formatted code
1:51477fe4851b 2016-12-30 lcockerton62 Storing SOC in EEPROM, added temperature sensors code, changed some of the data structures, added to CAN messages, added basic error status
0:0a5f554d2a16 2016-12-22 lcockerton62 Initial commit: Added a basic overview of the code in main, added CANParserBMU and defined some data structures