Nelson Santos / Mbed 2 deprecated trabalho

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
25:2197b8bb930c
Parent:
21:849e5636076e
Child:
27:1216b002cbf3
--- a/sensor.h	Tue May 17 21:38:21 2016 +0000
+++ b/sensor.h	Tue May 17 21:59:20 2016 +0000
@@ -20,6 +20,8 @@
 static PressureSensor *pressure_sensor = mems_expansion_board->pt_sensor;
 static TempSensor *temp_sensor = mems_expansion_board->ht_sensor;
 
+
+// Class that will store the log information 
 class ExpansionBoard
 {
 public:
@@ -31,8 +33,7 @@
     float T;                       //Default sampling rate, specified in specs
     static vector<log_data> * v;
     static int * n;
-    static bool flag;
-    static bool loggingFlag;
+     
 };
 
 #endif
\ No newline at end of file