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:
- 0:41e22e385908
- Child:
- 1:998a963e2ead
diff -r 000000000000 -r 41e22e385908 structures.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/structures.h Wed Dec 07 19:40:46 2016 +0000 @@ -0,0 +1,22 @@ +#ifndef STRUCTURES_H +#define STRUCTURES_H + + +struct testData { + char startByte ; + char targetAddress ; + char sourceAddress ; + char data[4]; + +}; +struct Commands { + char MotorDown[4]; + char MotorUp[4]; + char ArrowDown[2]; + char ArrowUp[2]; + + + +}; + +#endif \ No newline at end of file