projet capteur connecté ST/SE

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
67:3ccbc6a532eb
Parent:
60:8b65fdf54d56
--- a/T_H_soil.h	Tue Oct 09 14:43:03 2018 +0000
+++ b/T_H_soil.h	Tue Oct 09 15:14:35 2018 +0000
@@ -4,8 +4,8 @@
 #include "mbed.h"
 #include "DS1820.h"
  
-#define   AIR_SOIL_HUMIDITY 0.78 // dry dirt at 0.75 with AnalogIn.read()
-#define WATER_SOIL_HUMIDITY 0.38 // wet dirt at 0.54
+//#define   AIR_SOIL_HUMIDITY 0.78 // dry dirt at 0.75 with AnalogIn.read()
+//#define WATER_SOIL_HUMIDITY 0.38 // wet dirt at 0.54
 
 
 bool initSoilTemp(DS1820 probe, PinName pin);