Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
42:94d329a40290
Parent:
41:0cb286b1005e
Child:
44:0862bc49ffa7
--- a/Communication/Xbee.cpp	Tue Apr 07 15:10:29 2015 +0000
+++ b/Communication/Xbee.cpp	Tue Apr 07 15:17:41 2015 +0000
@@ -5,8 +5,8 @@
 
 Xbee::Xbee()
 {
-    PanId = 0x1337;
-    SetPanId(PanId);
+    //PanId = 0x1337;
+    //SetPanId(PanId);
 }
 
 Xbee::Xbee(short panId, PinName pinTx, PinName pinRx)