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:
- 20:96280625532c
- Parent:
- 13:4aa3e6eb0120
- Child:
- 22:cccb77300fd5
--- a/Structures/Structure.h Sat Mar 21 19:14:30 2015 +0000 +++ b/Structures/Structure.h Sun Mar 22 17:25:00 2015 +0000 @@ -38,3 +38,27 @@ struct Message { Mobile_Vers_Fixe donnees; }; + +typedef struct { + bool index; + bool majeur; + bool annulaire; + unsigned short indexU32; + unsigned short majeurU32; + unsigned short annulaireU32; +} flex_t; + +typedef char GantsID; + +typedef struct { + GantsID gants; + char xyz[6]; + flex_t flexSensors; +} Mobile_Vers_Fixe; + +struct message { + Mobile_Vers_Fixe donnees; +}; + + +