GPS and IMU reading works

Dependencies:   mbed Servo SDFileSystem

/media/uploads/taoqiuyang/img_2352.jpg

Revision:
6:88209696ed0c
Parent:
5:451b8203ef99
Child:
7:e59de63ed8da
--- a/main.cpp	Sat Aug 22 23:29:04 2015 +0000
+++ b/main.cpp	Sat Aug 22 23:49:47 2015 +0000
@@ -30,7 +30,7 @@
         if (buf=='\n'){
             int i;
             for(i=0;i<=IMU_message_counter;i++){
-                //pc.putc(IMU_message[i]);  
+                pc.putc(IMU_message[i]);  
             }  
         } 
     }