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:
0:68ce46607848
Child:
1:b409ad65466a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CAR.cpp	Wed Apr 02 09:13:57 2014 +0000
@@ -0,0 +1,8 @@
+#include "CAR.h"
+
+void CAR::led2_thread(void const *args) {
+    while (true) {
+        led2 = !led2;
+        Thread::wait(1000);
+    }
+}
\ No newline at end of file