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: main.cpp
- Revision:
- 35:04699b49c463
- Parent:
- 34:0a8ae7f92262
- Child:
- 37:ae343f310692
- Child:
- 38:89d2a9e6c96f
--- a/main.cpp Mon May 13 11:55:08 2019 +0000 +++ b/main.cpp Wed May 15 06:48:23 2019 +0000 @@ -178,13 +178,16 @@ { SetMode(); + hand_mode = G_CLOSE; NoHandSignal(); } else { SetMode(); + hand_mode = G_OPEN; + stop();//ここで開くことをcanでslaveに送る wait_gerege(); - hand_mode = GEREGE; + hand_mode = G_CLOSE; HandMove(); wait(0.5); }