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:
- 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; };