The Code Repository for the REV0 Steering Wheel.

Dependencies:   CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses

Fork of REVO_Updated_Steering by Penn Electric

Revision:
10:493f2151d5f1
Parent:
9:e946cafa3cae
Child:
12:e99a0f23e91a
--- a/Steering.cpp	Sat Oct 18 16:36:44 2014 +0000
+++ b/Steering.cpp	Sat Oct 18 16:48:34 2014 +0000
@@ -227,11 +227,13 @@
 
 void reset()
 {
-    display.ClearScreen();
-    display.SelectFont(Arial12,BLACK,ReadData);
-    display.GotoXY(16,16);
-    display.PrintString(" RESET INITIATED");
-    printf("Reset Initiated\n\r");
+    txWriteDirect(Txmsg_reset);
+    
+//    display.ClearScreen();
+//    display.SelectFont(Arial12,BLACK,ReadData);
+//    display.GotoXY(16,16);
+//    display.PrintString(" RESET INITIATED");
+//    printf("Reset Initiated\n\r");
     
     return;
 }