MPU6050のサンプルプログラム2

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

Revision:
4:45dc5590abc0
Parent:
1:6cd6d2760856
--- a/GMS6_CR6/GMS6_CR6.h	Sat May 30 18:08:34 2015 +0000
+++ b/GMS6_CR6/GMS6_CR6.h	Thu Jun 11 15:43:07 2015 +0000
@@ -14,6 +14,8 @@
     float raw_longitude, raw_latitude;
     float longitude, latitude;
     float time;
+    int mode;
+    int Ns;
       
 private: 
     Serial* p_port;