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
Salinity `module
Re: Salinity `module
Yes. You can either go through the wizard again or add this to your setup() section:
Code: Select all
ReefAngel.AddSalinityExpansion();
Roberto.
Re: Salinity `module
Thanks Roberto