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:
10:2522e3878e1c
Parent:
9:d86a6b8cdfa4
Child:
11:7f2414ecb7ee
diff -r d86a6b8cdfa4 -r 2522e3878e1c CAR.cpp
--- a/CAR.cpp	Wed Apr 09 11:05:32 2014 +0000
+++ b/CAR.cpp	Wed Apr 09 11:47:04 2014 +0000
@@ -112,7 +112,6 @@
     }
 }
 void CAR::DUMP_CAR_VALUES () {
-    printf("Writing \n\r");
     osEvent evt = mail_box.get(10);
     CAR_MAIL *mail = (CAR_MAIL*)evt.value.p;
     if (evt.status == osEventMail) {