修正済みby皆川

Dependencies:   mbed Servo cansat_integrated_2 BMP180

Dependents:   cansat_integrated_2

Revision:
13:c482c4d7a585
Parent:
8:7209c810309d
--- a/Movement.h	Fri Nov 05 15:41:24 2021 +0000
+++ b/Movement.h	Sun Dec 19 02:42:53 2021 +0000
@@ -18,8 +18,6 @@
     void turn_right(int theta);
 //左に曲がる
     void turn_left(int theta);
-//横転から復帰    
-    void wakeup(int time);
 };
 
 #endif
\ No newline at end of file