Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
37:2b7e44977ed5
Parent:
36:0faa7ccf05a5
Child:
38:79a8fdddb1d1
--- a/T_H_air.h	Mon Oct 01 08:20:39 2018 +0000
+++ b/T_H_air.h	Mon Oct 01 08:25:35 2018 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
-#include "DHT.cpp"
+#include "DHT.h"
 
 //Configuration
-#define PinName D2
+#define PinName p23
 #define DHTtype DHT22
 
 float airHumidity( void );
\ No newline at end of file