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.
Fork of Repo_Noeud_Mobile by
Diff: Communication/Xbee.cpp
- Revision:
- 18:7b187bef18d8
- Parent:
- 9:b8503f5ad3bd
diff -r dc18545822b3 -r 7b187bef18d8 Communication/Xbee.cpp --- a/Communication/Xbee.cpp Sat Mar 21 17:24:38 2015 +0000 +++ b/Communication/Xbee.cpp Sat Mar 21 18:13:33 2015 +0000 @@ -18,6 +18,8 @@ { } + + //send frames to XBee (to set PanID and do the WR) void Xbee::Envoyer(char array[], int size) { @@ -26,6 +28,8 @@ } } + + void Xbee::Recevoir() { Mobile_Vers_Fixe receivedData;