GPS and IMU reading works

Dependencies:   mbed Servo SDFileSystem

/media/uploads/taoqiuyang/img_2352.jpg

Revision:
13:e18e7b1cb900
Child:
14:92bacb5af01b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Get.cpp	Wed Aug 26 06:29:50 2015 +0000
@@ -0,0 +1,67 @@
+#include "Get.h"
+
+
+string getIMU_Y() {
+    return;
+}
+
+string getIMU_P() {
+    return;
+}
+
+string getIMU_R() {
+    return;
+}
+
+string getGPS_Quality() {
+    return;
+}
+
+string getGPS_UTC() {
+    return;
+}
+
+string getGPS_quality() {
+    return;
+}
+
+string getGPS_Latitude() {
+    return;
+}
+
+string getGPS_Longtitude() {
+    return;
+}
+
+string getGPS_Altitude() {
+    return;
+}
+
+string getGPS_Num_Satellite() {
+    return;
+}
+
+string getGPS_HDOP() {
+    return;
+}
+
+string getGPS_VDOP() {
+    return;
+}
+
+string getGPS_PDOP() {
+    return;
+}
+
+string getGPS_Date() {
+    return;
+}
+
+string getGPS_VelocityKnot() {
+    return;
+}
+
+string getGPS_VelocityKph() {
+    return;
+}
+