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
diff -r a92da438d06c -r 6e55db96c11c main.cpp
--- a/main.cpp	Mon Apr 07 17:15:50 2014 +0000
+++ b/main.cpp	Wed Apr 09 09:41:30 2014 +0000
@@ -1,3 +1,6 @@
+/*
+Small software to simulate a car 
+*/
 #include "CAR.h"
 
 int main() {
@@ -11,6 +14,7 @@
     Thread SEND_CAR_VALUES_Thread(CAR1.SEND_CAR_VALUES);
     Thread DUMP_CAR_VALUES_Thread(CAR1.DUMP_CAR_VALUES_En);
     Thread Side_Light_Flash_Thread(CAR1.Side_Light_Flash);
+    Thread Side_Light_Thread(CAR1.Side_Light);
     while(1){
         if(IsOverSpeed){
             OverSpeedLED = 0x6;