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:
- 58:b5f0c0f305ff
- Parent:
- 57:8dc3192ff150
- Child:
- 60:17e0a8e2be4a
--- a/settings.h Sun Jun 19 22:21:08 2016 +0000 +++ b/settings.h Sun Jun 19 22:39:16 2016 +0000 @@ -42,12 +42,19 @@ #define SALT_MAX_CRIT 12.0f #define SALT_MAX_UNDESIRED 9.0f -//Thresholds for overflow (in ml) +//Thresholds for overflow volumes (in ml) #define VOLUME_MIN_CRIT 0.0f #define VOLUME_MIN_UNDESIRED 100.0f #define VOLUME_MAX_CRIT 1000.0f #define VOLUME_MAX_UNDESIRED 900.0f +// Distance between ultrasonic sensor and tank +#define DISTANCE_TO_BASE 17.0f + +// Temerature and Salinity measurements +#define NUM_MEASUREMENTS 50 +// Delay between each measurement in ms +#define MEASUREMENT_DELAY 100 //---------------------------------------------------------------------------------------------- /***********************************************************************************************/ \ No newline at end of file