Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
35:34bbca276f99
Parent:
31:8bbdfea60151
diff -r 2ee6fbdad7b4 -r 34bbca276f99 sensor.h
--- a/sensor.h	Wed May 18 02:30:17 2016 +0000
+++ b/sensor.h	Wed May 18 03:32:21 2016 +0000
@@ -2,7 +2,6 @@
 #define EXPANSIONBOARD_H
 
 #include "rtos.h"
-#include "log.h"
 #include "x_nucleo_iks01a1.h"
 #include <vector>
 
@@ -28,10 +27,10 @@
     ExpansionBoard(int num, bool lFlag);
     static void sampleData();
     static void getData(const void*);
-    static Queue<log_data, QUEUESIZE> queue;
+    //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;
 };