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:
- 71:38bb6bf09933
- Parent:
- 68:b769c0f23406
- Child:
- 72:f8c4f731f0fe
diff -r 642153418c6e -r 38bb6bf09933 settings.h --- a/settings.h Mon Jun 20 13:31:09 2016 +0000 +++ b/settings.h Tue Jun 21 12:09:12 2016 +0000 @@ -43,10 +43,10 @@ #define SALT_MAX_UNDESIRED 9.0f //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 +#define VOLUME_MIN_CRIT 300.0f +#define VOLUME_MIN_UNDESIRED 300.0f +#define VOLUME_MAX_CRIT 800.0f +#define VOLUME_MAX_UNDESIRED 800.0f // Distance between ultrasonic sensor and tank #define DISTANCE_TO_BASE 17.0f