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:
- 18:40575f8e2245
- Parent:
- 11:f80f5c4a2db9
diff -r be3710fe8dd7 -r 40575f8e2245 sensor.h --- a/sensor.h Tue May 17 15:09:03 2016 +0000 +++ b/sensor.h Tue May 17 15:53:56 2016 +0000 @@ -31,8 +31,8 @@ float T; //Default sampling rate, specified in specs static vector<log_data> * v; static int * n; - bool flag; - static bool loggingFlag; + static bool flag; + }; #endif \ No newline at end of file