Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
45:60f602ecd59b
Parent:
31:4a880aaabd1e
diff -r 46310c0f1662 -r 60f602ecd59b H_sol.h
--- a/H_sol.h	Mon Oct 01 09:45:34 2018 +0000
+++ b/H_sol.h	Mon Oct 01 10:02:53 2018 +0000
@@ -2,9 +2,7 @@
 #define H_SOL
 
 #include "mbed.h"
-
-#define LOW_H 160
-#define HIGH_H 520
+#include "config.h"
 
 //AnalogIn moisture(A0);//( A0 -> A7 )
 float getSoilHumidity(AnalogIn sensor);