タコ 腕

Dependencies:   2017NHKpin_config FEP ikarashiMDC

Fork of NHK2017_octopus2 by NagaokaRoboticsClub_mbedTeam

Revision:
51:64534e908d5c
Parent:
50:3a7c858aa0f9
--- a/bot/bot.h	Mon Nov 13 17:33:30 2017 +0900
+++ b/bot/bot.h	Mon Nov 13 17:34:01 2017 +0900
@@ -6,7 +6,6 @@
 #define BOT_H
 
 #include "mbed.h"
-#include "math.h"
 #include "pin_config.h"
 #include "controller.h"
 #include "PID_controller.h"
@@ -71,6 +70,7 @@
     bool receiveSuccessed1;
     bool receiveSuccessed2;
     float frontDegree;
+    DigitalOut led[3];
     Serial debugSerial;
     Timer t;
 };