Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
17:61edad76efd7
Parent:
16:6900f47fa0b5
Child:
18:97eba56f82e4
--- a/main.cpp	Mon Jan 11 17:45:56 2016 +0000
+++ b/main.cpp	Mon Jan 18 02:14:23 2016 +0000
@@ -4,7 +4,9 @@
 
 int main(void) {
     SetUp();
+    
     while(1){
+        //pc.printf("Hello World!\r\n");
         CommandLoop();
     }
 }
\ No newline at end of file