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:
- 12:1c7b59097090
- Parent:
- 10:dc94bacfccc6
- Child:
- 14:19e36b53e76a
diff -r 95e4e04a7dd2 -r 1c7b59097090 structures.h --- a/structures.h Sun Dec 18 13:52:01 2016 +0000 +++ b/structures.h Mon Dec 19 17:47:06 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];