Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
65:3f898ad77cb5
Parent:
64:7adaa9dfcb8c
Child:
66:cbfcea17a3c5
--- a/main.cpp	Tue Oct 09 12:32:59 2018 +0000
+++ b/main.cpp	Tue Oct 09 12:36:37 2018 +0000
@@ -37,7 +37,7 @@
         //collect data
         //alt = readAltitude(&hp206c);
         hmc5883.getXYZ(magXYZ);
-        get_T_H_air(&airT, &airH, sensor);
+        get_T_H_air(&airT, &airH, sensor); // takes 2s to execute
         
         // Display
         pc.printf("\n=====| Data |=====\n");