output only raw data (acceleration, anguler rate, geomagnetism, air pressure)

Dependencies:   mbed SDFileSystem ConfigFile

Revision:
34:4bda9af9a0cd
Parent:
28:d993f3bbe302
diff -r 56163d4e2c53 -r 4bda9af9a0cd BufferedSerial/BufferedSerial.cpp
--- a/BufferedSerial/BufferedSerial.cpp	Sun Jul 19 02:21:43 2015 +0000
+++ b/BufferedSerial/BufferedSerial.cpp	Thu Aug 06 15:45:48 2015 +0000
@@ -159,7 +159,7 @@
 
 bool BufferedSerial::checkCTS(void)
 {
-    static bool _send_flg=true;
+    volatile static bool _send_flg=true;
     if(_send_flg) {
         _send_flg=!_cts;
     } else {