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:
7:a92da438d06c
Parent:
1:b409ad65466a
Child:
11:7f2414ecb7ee
--- a/CommonVariable.cpp	Mon Apr 07 15:50:48 2014 +0000
+++ b/CommonVariable.cpp	Mon Apr 07 17:15:50 2014 +0000
@@ -6,7 +6,6 @@
 bool IsOverSpeed = 0;
 float Accelerometer_Value = 0;
 float Brake_Value = 0;
-float SpeedShow = 0;
 uint8_t Speed[3] = {0,0,0};
 uint8_t Average_Speed = 0;