yei

Dependencies:   interface mbed enc_1multi calPID motorout KondoServoLibrary

Fork of cat18_operate by Catch the GIANT Caplico!

Revision:
19:48c3af917932
Parent:
18:05f5a3323bda
Child:
20:13934809e117
diff -r 05f5a3323bda -r 48c3af917932 main.cpp
--- a/main.cpp	Fri Aug 17 00:10:25 2018 +0000
+++ b/main.cpp	Fri Aug 17 08:47:23 2018 +0000
@@ -23,6 +23,7 @@
     Setups();
 
     //スタート指示受付
+    DEBUG("stand by");
     while(CanStart() == 0) {};
     DEBUG("main start");
     InterruptSetup();
@@ -78,7 +79,6 @@
     static int count = 0;
     count ++;
     if (count > 100000) {
-
         count =0;
     }
 }
\ No newline at end of file