Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
38:0196baea1d35
Parent:
37:28f1122a858c
Parent:
36:e587950c288c
Child:
39:558cd5780490
--- a/Communication/Xbee.h	Mon Apr 06 19:49:00 2015 +0000
+++ b/Communication/Xbee.h	Mon Apr 06 19:52:29 2015 +0000
@@ -8,8 +8,8 @@
         Xbee();
         Xbee(short panId, PinName pinTx, PinName pinRx);
         ~Xbee();
-        Mail<message_vers_mobile,32> Mailbox;
         
+        Mail<message_vers_mobile,32> MailboxReception;
         void Recevoir();
         void EnvoyerStructure(Mobile_Vers_Fixe mvf);
     private: