new battery bar

Dependencies:   CAN_IDs CanControl Dashboard PinDetect PowerControl mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
zathorix
Date:
Mon May 22 18:16:09 2017 +0000
Parent:
16:c5427db9edf0
Child:
18:aa6feb4b73e7
Commit message:
Implemented telemetry, haven't tested with fona yet but should trivially work

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon May 22 18:12:08 2017 +0000
+++ b/main.cpp	Mon May 22 18:16:09 2017 +0000
@@ -53,6 +53,7 @@
 
 //external classes
 extern DataAcquisition daq;
+extern Telemetrics telemetrics;
 
 //external variables
 extern long long int starttime;
@@ -88,7 +89,8 @@
     threadbg.start(&background);
     threadtest.start(&test);
     threadthrottle.start(&readThrottle);
-    
+
+    telemetrics.enable();
     daq.enable(starttime);
     
     //BMS message parser, now imlpemented in DAQ lib