Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
10:2f9585ff5a7b
Parent:
7:ed4a10ebe720
Child:
11:f80f5c4a2db9
--- a/sensor.h	Sun May 15 22:54:04 2016 +0000
+++ b/sensor.h	Sun May 15 23:52:52 2016 +0000
@@ -30,7 +30,9 @@
     static char *ExpansionBoard::printDouble(char* str, double v, int decimalDigits);
     float T; //Default sampling rate, specified in specs   
     static vector<log_data> * v;
-    static int * n;     
+    static int * n;  
+    bool flag;   
+    static bool loggingFlag;
 };
 
 #endif
\ No newline at end of file