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