Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
Diff: sensor.h
- 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; };