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: moves/moves.h
- Revision:
- 31:ed4249a288d7
- Parent:
- 30:231e6584afe9
- Child:
- 40:23a64e9f46a6
- Child:
- 45:6df20a8f4b21
- Child:
- 53:4673b85e1d2a
- Child:
- 54:f54d26e8d8ac
diff -r 231e6584afe9 -r ed4249a288d7 moves/moves.h --- a/moves/moves.h Wed May 08 09:16:30 2019 +0000 +++ b/moves/moves.h Wed May 08 11:00:09 2019 +0000 @@ -11,6 +11,7 @@ void curveLeft(); void turnRight(); void curveRight(); +void phasing(float target_degree); void turn(float target_degree);//回転角, 収束許容誤差 void straightAndInfinity(float target_degree, float tolerance_degree);//角度を補正するのと前進 void climbAndInfinity(float target_degree, float tolerance_integral);