Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
22:cccb77300fd5
Parent:
21:98232c148ed6
Child:
23:5bb76b7c35da
--- a/Communication/Xbee.h	Sun Mar 22 17:32:47 2015 +0000
+++ b/Communication/Xbee.h	Sun Mar 22 19:57:40 2015 +0000
@@ -9,11 +9,7 @@
         Xbee(short panId, PinName pinTx, PinName pinRx);
         ~Xbee();
         Mail<message,32> Mailbox;
-<<<<<<< local
-    
         void EnvoyerDonnees(char data[], int messageSize);
-=======
->>>>>>> other
         void Envoyer(char array[], int size);
         void Recevoir();
     private: