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: Structures/Structure.h
- Revision:
- 56:6af8f2c9ddbe
- Parent:
- 53:7b15fe4c9edf
- Child:
- 57:ce80fbd67161
--- a/Structures/Structure.h Sun Apr 12 00:39:07 2015 +0000 +++ b/Structures/Structure.h Sun Apr 12 02:06:58 2015 +0000 @@ -63,4 +63,11 @@ struct message_vers_mobile { Fixe_Vers_Mobile donnees; -}; \ No newline at end of file +}; + +//data structure +typedef struct +{ + char array[50]; + int size; +} data; \ No newline at end of file