Create this program

Dependencies:   mbed HCSR04 HMC6352 PID TextLCD

Revision:
1:d0cada9a5381
Parent:
0:174d34b8177d
Child:
2:a8bbf677e774
--- a/main.cpp	Fri Jul 17 11:01:52 2015 +0000
+++ b/main.cpp	Tue Aug 04 04:13:02 2015 +0000
@@ -1,6 +1,12 @@
 #include "mbed.h"
+#include "moter.h"
+#include "compass.h"
+#include "infrared.h"
+#include "ultrasonic.h"
+
+Serial pc(USBTX, USBRX);
 
 int main(void) {
-    while(1)
+    while (1)
         ;
-}
+}
\ No newline at end of file