Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
29:464097268aaf
Parent:
27:1216b002cbf3
Child:
31:8bbdfea60151
diff -r 256ca0a52c76 -r 464097268aaf sensor.h
--- a/sensor.h	Wed May 18 00:34:13 2016 +0000
+++ b/sensor.h	Wed May 18 00:38:55 2016 +0000
@@ -28,7 +28,7 @@
     ExpansionBoard(vector<log_data> vector, int num, bool lFlag);
     static void sampleData();
     static void getData(const void*);
-    static Mail<log_data, QUEUESIZE> mail_box;
+    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;