Penn Electric Racing / Mbed 2 deprecated REVO_Updated_Steering

Dependencies:   CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses

Fork of REVO_Updated_Steering by Penn Electric

Files at this revision

API Documentation at this revision

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;