projet capteur connecté ST/SE

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Files at this revision

API Documentation at this revision

Comitter:
MathieuM
Date:
Mon Oct 01 08:28:09 2018 +0000
Parent:
37:2b7e44977ed5
Child:
39:3deb6799e639
Commit message:
change to D2

Changed in this revision

T_H_air.h Show annotated file Show diff for this revision Revisions of this file
--- a/T_H_air.h	Mon Oct 01 08:25:35 2018 +0000
+++ b/T_H_air.h	Mon Oct 01 08:28:09 2018 +0000
@@ -2,7 +2,7 @@
 #include "DHT.h"
 
 //Configuration
-#define PinName p23
+#define PinName D2
 #define DHTtype DHT22
 
 float airHumidity( void );
\ No newline at end of file