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:
- 20:014a808b3ea2
- Parent:
- 11:f80f5c4a2db9
- Child:
- 21:849e5636076e
diff -r 3a6bb28892e1 -r 014a808b3ea2 sensor.h --- a/sensor.h Tue May 17 18:07:16 2016 +0000 +++ b/sensor.h Tue May 17 18:35:34 2016 +0000 @@ -23,7 +23,7 @@ class ExpansionBoard { public: - ExpansionBoard(vector<log_data> vector, int num); + ExpansionBoard(vector<log_data> vector, int num, bool lFlag); static void sampleData(); static void getData(const void*); static Mail<log_data, QUEUESIZE> mail_box;