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:
8:6e55db96c11c
Parent:
7:a92da438d06c
Child:
9:d86a6b8cdfa4
--- a/CAR.h	Mon Apr 07 17:15:50 2014 +0000
+++ b/CAR.h	Wed Apr 09 09:41:30 2014 +0000
@@ -17,6 +17,7 @@
         static void DUMP_CAR_VALUES_En (void const *args);
         static void DUMP_CAR_VALUES();
         static void Side_Light_Flash(void const *args);
+        static void Side_Light(void const *args);
     private:
         
 };