Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
68:26938422fa0c
Parent:
45:60f602ecd59b
diff -r 7adaa9dfcb8c -r 26938422fa0c communication.h
--- a/communication.h	Tue Oct 09 12:32:59 2018 +0000
+++ b/communication.h	Tue Oct 09 15:25:41 2018 +0000
@@ -1,6 +1,6 @@
 #ifndef __COMMUNICATION__
 #define __COMMUNICATION__
 
-char* genMessage(float h_sol, float h_air);
+char* genMessage(float h_sol, float h_air, float t_sol, float t_air, long pression, int16_t *chMag);
 
 #endif
\ No newline at end of file