This is a Testing library
Diff: WaterMark200ss.h
- Revision:
- 0:8db346e7a51a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WaterMark200ss.h Mon Nov 28 13:00:08 2016 +0000 @@ -0,0 +1,6 @@ +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; +} \ No newline at end of file