NagaokaRoboticsClub_mbedTeam / Mbed OS KANIv3

Dependencies:   2017NHKpin_config FEP omni_wheel PID R1307 ikarashiMDC

Revision:
4:1073deb368df
Parent:
3:369d9ee17e84
Child:
6:fe9767a50891
--- a/main.cpp	Tue Sep 05 20:51:23 2017 +0900
+++ b/main.cpp	Wed Sep 06 00:01:47 2017 +0900
@@ -11,7 +11,8 @@
     pc.printf("const\n\r");
     while(1) {
         KANI.confirmAll();
-        KANI.controllDrive();
+        // KANI.controllDrive();
+        KANI.controllDrive2();
         KANI.controllMech();
         KANI.calibrate();
         wait(INTERVAL);