replaces CDU_Mbed_26

Dependencies:   4DGL MODSERIAL mbed mbos

Fork of CDU_Mbed_26 by Engravity-CDU

Revision:
2:cdc3ccd10040
Parent:
0:6f71ca095e78
Child:
3:58382fa6e555
--- a/main.cpp	Mon Nov 26 14:54:26 2012 +0000
+++ b/main.cpp	Mon Nov 26 16:38:37 2012 +0000
@@ -4,6 +4,7 @@
 
 
 void init_USB();
+void decode_string();
  
 main()
 {
@@ -13,5 +14,6 @@
     while (1) { // this is my endless main loop :
         led1 = !led1; // : toggle LED1 to show this loop
         wait(0.5);    // : can be interrupted ???????????
+        decode_string();    // : call decoder to proces any valid command string received
     }
 }
\ No newline at end of file