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:
- 29:81d159ff339a
- Parent:
- 27:d392a95f4799
- Child:
- 30:231e6584afe9
--- a/moves/moves.h Wed May 08 07:48:01 2019 +0000 +++ b/moves/moves.h Wed May 08 08:44:12 2019 +0000 @@ -6,15 +6,11 @@ void reset(); void SetupMoves(); -void onestraight(); - void straight(); void turnLeft(); void curveLeft(); -void backLeft(); void turnRight(); void curveRight(); -void backRight(); void turn(float target_degree);//回転角, 収束許容誤差 void straightAndInfinity(float target_degree, float tolerance_degree);//角度を補正するのと前進 void climbAndInfinity(float target_degree, float tolerance_integral);