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:
- 1:998a963e2ead
- Parent:
- 0:41e22e385908
- Child:
- 2:3cb49ae40d02
--- a/structures.h Wed Dec 07 19:40:46 2016 +0000 +++ b/structures.h Wed Dec 07 22:17:39 2016 +0000 @@ -10,10 +10,13 @@ }; struct Commands { - char MotorDown[4]; - char MotorUp[4]; + char MotorDown[5]; + char MotorUp[5]; + char MotorStop[1]; char ArrowDown[2]; char ArrowUp[2]; + char Lock[1];//0x00 unlock , 0x01 lock +