Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
21:849e5636076e
Parent:
20:014a808b3ea2
Child:
25:2197b8bb930c
Child:
26:3aad7d411eb0
--- a/sensor.h	Tue May 17 18:35:34 2016 +0000
+++ b/sensor.h	Tue May 17 21:19:57 2016 +0000
@@ -28,10 +28,10 @@
     static void getData(const void*);
     static Mail<log_data, QUEUESIZE> mail_box;
     static char *ExpansionBoard::printDouble(char* str, double v, int decimalDigits);
-    float T;                       //Default sampling rate, specified in specs   
+    float T;                       //Default sampling rate, specified in specs
     static vector<log_data> * v;
-    static int * n;  
-    bool flag;   
+    static int * n;
+    static bool flag;
     static bool loggingFlag;
 };