xbee lib changé

Dependents:   Labo_TRSE_Drone

Fork of xbee_lib by Tristan Hughes

Files at this revision

API Documentation at this revision

Comitter:
IngesupMbed01
Date:
Wed Mar 20 16:57:04 2013 +0000
Parent:
8:783a658542b9
Commit message:
xbee lib chang?

Changed in this revision

xbee.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/xbee.cpp	Wed Mar 20 16:52:31 2013 +0000
+++ b/xbee.cpp	Wed Mar 20 16:57:04 2013 +0000
@@ -32,7 +32,7 @@
 
 int xbee::ConfigMode()
 {
-    int a;
+    int a = 0;
     Serial DATA(_tx,_rx);
     wait(2);
     DATA.printf("+++");