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: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: settings.h
- Revision:
- 68:b769c0f23406
- Parent:
- 65:b277b4067d4a
- Child:
- 71:38bb6bf09933
--- a/settings.h Mon Jun 20 10:57:32 2016 +0000 +++ b/settings.h Mon Jun 20 12:48:42 2016 +0000 @@ -5,7 +5,7 @@ // If defined the system runs in test mode and executes testMain() in testing.cpp // Else the system runs in production mode and executes realMain() in main.cpp. -#define TEST_MODE +//#define TEST_MODE #ifdef TEST_MODE #define MAIN testMain @@ -53,7 +53,7 @@ // Temerature and Salinity measurements #define NUM_MEASUREMENTS 50 -// Delay between each measurement in ms +// Delay between each measurement in ms for the Temperature sensor #define MEASUREMENT_DELAY 100 // Below this value, we assume salinity sensor is NC