Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
44:0862bc49ffa7
Parent:
39:558cd5780490
Child:
50:48e8da5fc1ae
--- a/Communication/Xbee.h	Wed Apr 08 14:10:12 2015 +0000
+++ b/Communication/Xbee.h	Wed Apr 08 19:38:12 2015 +0000
@@ -9,7 +9,7 @@
         Xbee(short panId, PinName pinTx, PinName pinRx);
         ~Xbee();
         
-        Mail<message_vers_mobile,32> MailboxReception;
+        Mail<Fixe_Vers_Mobile, 8> mailbox_TypeDeJeu;
         void Recevoir();
         void EnvoyerStructure(Mobile_Vers_Fixe mvf);
         void EnvoyerStructure(Mobile_Vers_Fixe *mvf);