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: mbed TextLCD PinDetect
Diff: src/Comms.cpp
- Revision:
- 5:177520d43c87
- Parent:
- 2:825f572902c6
diff -r 53b28844b594 -r 177520d43c87 src/Comms.cpp
--- a/src/Comms.cpp Mon Jun 25 21:59:31 2012 +0000
+++ b/src/Comms.cpp Sun Oct 14 21:09:49 2012 +0000
@@ -29,7 +29,7 @@
values->accel_y = data[2];
values->gear = data[3];
values->oil_temp = data[4];
- values->oil_pres = data[5];
+ values->voltage = data[5];
values->warnings = data[6];
break;
}
