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.
Dependents: 3rdcompfixstart 2ndcomp 4thcomp 6th33222_copy
Fork of Move by
Diff: move.h
- Revision:
- 5:0e18cf25291a
- Parent:
- 4:4c574be6325c
- Child:
- 6:0aa97a99c9cb
diff -r 4c574be6325c -r 0e18cf25291a move.h --- a/move.h Tue Sep 06 06:47:25 2016 +0000 +++ b/move.h Tue Sep 06 09:31:07 2016 +0000 @@ -1,6 +1,7 @@ #define ALLOW_RAD 0.005 #define CW true #define CCW false + #define X_PLUS 1 #define Y_PLUS 2 #define X_MINUS -1 @@ -20,6 +21,6 @@ void turn_abs_rad(float rad); //好きな場所へ行く -void pmove_to_dir(int direction, int x, int y); +void pmove(int x, int y); -void back(); \ No newline at end of file +void back(int x, int y); \ No newline at end of file
