Water control
/
Water_pump
start
salinity.h
- Committer:
- BillyGrande
- Date:
- 2017-06-27
- Revision:
- 1:924bead61d21
File content as of revision 1:924bead61d21:
#ifndef SALINITY #define SALINITY //Salinity constants #define TS 116 //Tank Salinity = 2 mol = 116 ppt #define DS 20 //Desired salinity = 20 ppt #define SSLL 19 //Salinity safe lower limit #define SSUL 22 //Salinity safe upper limit #define SSOOW -4 //Salinity safe lower limit #define SCLLL 1 //Saliniy Connection Lost Lower Limit #define SCLUL 2.5 //Salinity Connection Lost Upper Limit bool salinity_control(); #endif