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:
1:b409ad65466a
Parent:
0:68ce46607848
Child:
4:952a2d814fb1
Child:
7:a92da438d06c
--- a/CAR.h	Wed Apr 02 09:13:57 2014 +0000
+++ b/CAR.h	Mon Apr 07 15:19:37 2014 +0000
@@ -5,7 +5,18 @@
 
 class CAR {
     public:
-        static void led2_thread(void const *args);
+        CAR();
+        static void SAVE_ODO(float value);
+        static float GET_ODO();
+        static void Accelero_Brake_Read(void const *args);
+        static void Average_Speed_Measure(void const *args);
+        static void Average_Speed_Show(void const *args);
+        static void OverSpeed(void const *args);
+        static void Odometer_Measure(void const *args);
+        static void Odometer_Show(void const *args);
+        static void SEND_CAR_VALUES (void const *args);
+        static void DUMP_CAR_VALUES_En (void const *args);
+        static void DUMP_CAR_VALUES();
     private:
         
 };