タコ 腕

Dependencies:   2017NHKpin_config FEP ikarashiMDC

Fork of NHK2017_octopus2 by NagaokaRoboticsClub_mbedTeam

Revision:
28:676330f1d186
Parent:
19:34da005ea4ea
Child:
32:b619c7787dc3
--- a/bot/bot.h	Sun Oct 01 16:52:33 2017 +0900
+++ b/bot/bot.h	Tue Oct 03 19:15:00 2017 +0900
@@ -14,6 +14,7 @@
 
 const int SWORD = 1;
 const int DESTROY = 2;
+const float ADJUST_DEGREE = 5.0;
 /**
 * @brief ロボットのクラス
 */
@@ -56,6 +57,7 @@
     Slider slider;
     ikarashiMDC armMotor[3];
     bool receiveSuccessed;
+    float frontDegree;
     DigitalOut led[3];
     Serial debugSerial;
     Timer t;