This is a Testing library

WaterMark200ss.h

Committer:
javiersing
Date:
2016-11-28
Revision:
0:8db346e7a51a

File content as of revision 0:8db346e7a51a:

float Moist200ss(AnalogIn moist)
{
    float value = moist.read(); // lee el puerto analogico y lo muestra de 0-1V
    float centibar = value / 0.0117155;
    return centibar;
}