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:
- 65:b277b4067d4a
- Parent:
- 60:17e0a8e2be4a
- Child:
- 68:b769c0f23406
--- a/settings.h Mon Jun 20 10:22:10 2016 +0000 +++ b/settings.h Mon Jun 20 10:33:11 2016 +0000 @@ -56,5 +56,8 @@ // Delay between each measurement in ms #define MEASUREMENT_DELAY 100 +// Below this value, we assume salinity sensor is NC +#define MIN_VALID_SALINITY 0.15f + //---------------------------------------------------------------------------------------------- /***********************************************************************************************/ \ No newline at end of file