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.
Diff: structures.h
- Revision:
- 10:dc94bacfccc6
- Parent:
- 2:3cb49ae40d02
- Child:
- 12:1c7b59097090
diff -r 97b26dcd1035 -r dc94bacfccc6 structures.h --- a/structures.h Mon Dec 12 22:25:35 2016 +0000 +++ b/structures.h Wed Dec 14 17:52:35 2016 +0000 @@ -2,13 +2,13 @@ #define STRUCTURES_H -struct testData { - char startByte ; - char targetAddress ; - char sourceAddress ; - char data[4]; - -}; +//struct testData { +// char startByte ; +// char targetAddress ; +// char sourceAddress ; +// char data[4]; +// +//}; struct Commands { char MotorDown[5]; char MotorUp[5];