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

Revision:
12:fa9b1a459e47
Parent:
1:51477fe4851b
--- a/Temperature.cpp	Wed Jun 21 00:15:57 2017 +0000
+++ b/Temperature.cpp	Fri Jun 23 17:41:17 2017 +0000
@@ -10,6 +10,8 @@
  
 void temperature_init()
 {
+    DigitalOut isotherm_12V_pin(ISOTHERM_12V_PIN);
+    isotherm_12V_pin = 1;
     int i;
     int address_byte_count;
     // Initialize the probe array to DS1820 objects