ROBOSTEP_5期 / Mbed 2 deprecated George_Master_Param

Dependencies:   mbed robot

Revision:
53:4673b85e1d2a
Parent:
31:ed4249a288d7
Child:
58:dc0faefeba39
--- a/moves/moves.h	Mon May 20 04:26:15 2019 +0000
+++ b/moves/moves.h	Mon May 20 10:27:02 2019 +0000
@@ -14,6 +14,7 @@
 void phasing(float target_degree);
 void turn(float target_degree);//回転角, 収束許容誤差
 void straightAndInfinity(float target_degree, float tolerance_degree);//角度を補正するのと前進
+void lopeAndInfinity(float target_degree, float tolerance_degree);
 void climbAndInfinity(float target_degree, float tolerance_integral);
 void HandMove();
 #endif
\ No newline at end of file