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:
- 29:464097268aaf
- Parent:
- 27:1216b002cbf3
- Child:
- 31:8bbdfea60151
diff -r 256ca0a52c76 -r 464097268aaf sensor.h --- a/sensor.h Wed May 18 00:34:13 2016 +0000 +++ b/sensor.h Wed May 18 00:38:55 2016 +0000 @@ -28,7 +28,7 @@ ExpansionBoard(vector<log_data> vector, int num, bool lFlag); static void sampleData(); static void getData(const void*); - static Mail<log_data, QUEUESIZE> mail_box; + 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;