Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
34:0d51133891d0
Parent:
31:8bbdfea60151
--- a/sensor.h	Wed May 18 02:30:17 2016 +0000
+++ b/sensor.h	Wed May 18 03:11:38 2016 +0000
@@ -31,7 +31,8 @@
     static Queue<log_data, QUEUESIZE> queue;
     static char *ExpansionBoard::printDouble(char* str, double v, int decimalDigits);
     float T;                       //Default sampling rate, specified in specs
-    static vector<log_data> v;
+    //static 
+    vector<log_data> v;
     static int * n;
     static bool flag;
 };