led example with 2 timers

Dependencies:   mbed mbed-rtos

Revision:
1:6e31c704f4d6
Child:
2:124a066878cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/receiver.cpp	Mon Feb 10 16:33:35 2014 +0000
@@ -0,0 +1,16 @@
+#include "main.h"
+
+void Receiver_init()
+{
+    
+}
+
+void Receiver_thread(void const *args)
+{
+    Receiver_init();
+    
+    while(1)
+    {
+    // wait forever...        
+    }
+}
\ No newline at end of file