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.
salinity.h
00001 #ifndef SALINITY 00002 #define SALINITY 00003 00004 //Salinity constants 00005 #define TS 116 //Tank Salinity = 2 mol = 116 ppt 00006 #define DS 20 //Desired salinity = 20 ppt 00007 #define SSLL 19 //Salinity safe lower limit 00008 #define SSUL 22 //Salinity safe upper limit 00009 #define SSOOW -4 //Salinity safe lower limit 00010 #define SCLLL 1 //Saliniy Connection Lost Lower Limit 00011 #define SCLUL 2.5 //Salinity Connection Lost Upper Limit 00012 00013 bool salinity_control(); 00014 00015 #endif
Generated on Wed Jul 13 2022 10:07:54 by
1.7.2