Page 1 of 1

Salinity `module

Posted: Sat Jul 19, 2014 8:31 am
by Fanienel
Hi,
Ive just got a Salinity module, but am a bit lost with the installation.

I have uploaded the calibration code and things seem fine, but when I revert to using my normal ino file I do not see any salinity readings ... I guess I need to add something to my code?

Fanie

Re: Salinity `module

Posted: Sat Jul 19, 2014 8:55 am
by rimai
Yes. You can either go through the wizard again or add this to your setup() section:

Code: Select all

ReefAngel.AddSalinityExpansion();

Re: Salinity `module

Posted: Sat Jul 19, 2014 9:20 am
by Fanienel
Thanks Roberto