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.h
- Revision:
- 50:48e8da5fc1ae
- Parent:
- 44:0862bc49ffa7
- Child:
- 56:6af8f2c9ddbe
--- a/Communication/Xbee.h Wed Apr 08 20:29:22 2015 +0000 +++ b/Communication/Xbee.h Sat Apr 11 19:20:22 2015 +0000 @@ -16,6 +16,7 @@ private: Serial* XbeePin; short PanId; + int frameID; void EnvoyerDonnees(char data[], int messageSize); void Envoyer(char array[], int size);