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:
12:8eb2c1cccee6
Parent:
9:d86a6b8cdfa4
Child:
13:e5b22bfbe67b
--- a/CAR.h	Tue May 06 09:11:01 2014 +0000
+++ b/CAR.h	Tue May 06 09:49:08 2014 +0000
@@ -9,13 +9,16 @@
             float   Mail_Brake_Value;
             int     Counter;
     } CAR_MAIL;
-        
+     
 class CAR {
     public:
         CAR();
         static void SAVE_ODO(float value);
         static float GET_ODO();
-        static void Accelero_Brake_Read(void const *args);
+        
+        static void Car_Simulation(void const *args);
+        static uint8_t Get_Speed();
+        
         static void Average_Speed_Measure(void const *args);
         static void Average_Speed_Show(void const *args);
         static void OverSpeed(void const *args);