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.
Diff: SalinitySensor.h
- Revision:
- 11:dcaaf1bb21ce
- Parent:
- 5:4cbe44452889
- Child:
- 15:e112bab9aa2f
--- a/SalinitySensor.h Mon Jun 20 22:47:42 2016 +0000 +++ b/SalinitySensor.h Wed Jun 22 00:16:33 2016 +0000 @@ -18,6 +18,7 @@ static const double VIN = 3.3; static const double CONVERTER = 1.6667; static const double MULTIPLIER = 16.3; + static const double VARIANCE = 0.0; static const double LOWER_BOUNDARY = 3.0; static const double UPPER_BOUNDARY = 6.9; static const int SAMPLING_NUMBER = 100;