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: CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses
Fork of REVO_Updated_Steering by
Revision 19:5c03aa4dfde1, committed 2014-10-25
- Comitter:
- palimar
- Date:
- Sat Oct 25 16:50:14 2014 +0000
- Parent:
- 18:674450a9d98d
- Child:
- 20:c3f4828f3cbc
- Commit message:
- Changed the Print Messages
Changed in this revision
| Steering.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Steering.cpp Sat Oct 25 16:40:38 2014 +0000
+++ b/Steering.cpp Sat Oct 25 16:50:14 2014 +0000
@@ -227,9 +227,9 @@
display.ClearScreen();
display.SelectFont(Arial12,BLACK,ReadData);
display.GotoXY(26,16);
- display.PrintString("REQUEST SENT TO CHANGE DRIVE STATUS TO: ");
+ display.PrintString("REQUEST SENT TO CHANGE\n\r DRIVE STATUS TO: \n\r");
display.PrintString(status_string);
- display.PrintString(".\n");
+ display.PrintString(".\n\r");
printf("DRIVE STATUS CHANGE Initiated\n\r");
return;
