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:
8:6e55db96c11c
--- a/CAR.h	Mon Apr 07 15:50:48 2014 +0000
+++ b/CAR.h	Mon Apr 07 17:15:50 2014 +0000
@@ -12,11 +12,11 @@
         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 Odo_Show_Indicator_Switch_Read(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();
+        static void Side_Light_Flash(void const *args);
     private:
         
 };