new battery bar

Dependencies:   CAN_IDs CanControl Dashboard PinDetect PowerControl mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
Marrkk_92
Date:
Tue May 23 21:40:51 2017 +0000
Parent:
27:6ffb44623906
Commit message:
update for temp bars and comment-out updateThrottleBar

Changed in this revision

Dashboard.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Dashboard.lib	Tue May 23 21:18:50 2017 +0000
+++ b/Dashboard.lib	Tue May 23 21:40:51 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/Marrkk_92/code/Dashboard/#0a9f811c3ae6
+https://developer.mbed.org/users/Marrkk_92/code/Dashboard/#39b8675b6176
--- a/main.cpp	Tue May 23 21:18:50 2017 +0000
+++ b/main.cpp	Tue May 23 21:40:51 2017 +0000
@@ -263,7 +263,7 @@
                 dash.checkTransmitter(transmitting);
                 dash.displayVelocity(velocity);
                 dash.displayThrottle(abs(throttle_power), reverse);
-                dash.updateThrottleBar(2, abs(throttle_power), 50, 20, 20, 5);
+                //dash.updateThrottleBar(2, abs(throttle_power), 50, 20, 20, 5);
                 //displayAdvisedThrottle(advised_throttle_power);
                 //dash.updatePowerBars(power_out, power_in);
                 dash.updateTemperatureBars(motor_temperature, battery_temperature);