projet capteur connecté ST/SE

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
64:7adaa9dfcb8c
Parent:
62:d902b1e77094
--- a/T_H_air.h	Tue Oct 09 12:29:13 2018 +0000
+++ b/T_H_air.h	Tue Oct 09 12:32:59 2018 +0000
@@ -25,4 +25,4 @@
 
 float airHumidity(DHT sensor);
 float airTemperature(DHT sensor);
-void get_T_H_air(int* T, int* H, DHT sensor);
\ No newline at end of file
+void get_T_H_air(float* T, float* H, DHT sensor);
\ No newline at end of file