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.
Fork of Move by
Diff: move.h
- Revision:
- 3:cecaa0154f92
- Parent:
- 2:f25a09c5e113
- Child:
- 4:4c574be6325c
diff -r f25a09c5e113 -r cecaa0154f92 move.h --- a/move.h Mon Sep 05 10:37:57 2016 +0000 +++ b/move.h Mon Sep 05 11:08:19 2016 +0000 @@ -25,13 +25,7 @@ //好きな向きに回転 void turn_abs_rad(float rad); -void pmovex(int length); - -void pmovey(int length); +//好きな場所へ行く +void pmove_to_dir(int direction, int x, int y); -void pmovex_minus(int); - -void pmove(int length); - -//好きな場所へ行く -void pmove_to_dir(int direction, int x, int y); \ No newline at end of file +void back(); \ No newline at end of file
