Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Seeed_XBee_Shield Seeed_XBee_Shield-2
Fork of xbee_lib by
Revision 7:f9a60cfe1026, committed 2014-05-30
- Comitter:
- screamer
- Date:
- Fri May 30 13:37:54 2014 +0000
- Parent:
- 6:6455a079bdb3
- Commit message:
- Fix compile warning
Changed in this revision
| xbee.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/xbee.cpp Fri Aug 31 15:48:55 2012 +0000
+++ b/xbee.cpp Fri May 30 13:37:54 2014 +0000
@@ -32,7 +32,7 @@
int xbee::ConfigMode()
{
- int a;
+ int a = 0;
Serial DATA(_tx,_rx);
wait(2);
DATA.printf("+++");

Seeed XBee Shield V2.0