This is car control simulation by using Mbed controller and real time operating system.

Dependencies:   MCP23017 Servo WattBob_TextLCD mbed-rtos mbed

Fork of Ass3 by Muaiyd Al-Zandi

Revision:
11:7f2414ecb7ee
Parent:
7:a92da438d06c
Child:
13:e5b22bfbe67b
--- a/CommonVariable.cpp	Wed Apr 09 11:47:04 2014 +0000
+++ b/CommonVariable.cpp	Tue May 06 09:11:01 2014 +0000
@@ -1,6 +1,6 @@
 #include "CommonVariable.h"
-
-const uint8_t MaxSpeed  = 140;
+// The maximam speed of this simulation is 140 MPH
+const uint8_t MaxSpeed  = 140; 
 
 bool EngineStat = 0;
 bool IsOverSpeed = 0;