Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
45:60f602ecd59b
Parent:
33:2a6476c33e74
Child:
68:26938422fa0c
--- a/communication.h	Mon Oct 01 09:45:34 2018 +0000
+++ b/communication.h	Mon Oct 01 10:02:53 2018 +0000
@@ -1,10 +1,6 @@
 #ifndef __COMMUNICATION__
 #define __COMMUNICATION__
 
-#define SERIAL_PORT D1, D0
-
-void initCommunication();
-void sendMessage(char* data);
 char* genMessage(float h_sol, float h_air);
 
 #endif
\ No newline at end of file