Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
9:0436287af500
Parent:
7:986305dc3b3c
--- a/communication.h	Tue Sep 25 12:44:32 2018 +0000
+++ b/communication.h	Tue Sep 25 12:56:52 2018 +0000
@@ -1,1 +1,4 @@
-#define SERIAL_PORT (D1, D0)
\ No newline at end of file
+#define SERIAL_PORT (D1, D0)
+
+void initCommunication();
+int sendMessage(char* data);
\ No newline at end of file