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: CAN_IDs CanControl Dashboard PinDetect PowerControl mbed-rtos mbed
Revision 28:63ef4790703f, committed 2017-05-23
- 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 |
diff -r 6ffb44623906 -r 63ef4790703f Dashboard.lib --- 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
diff -r 6ffb44623906 -r 63ef4790703f main.cpp
--- 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);