test4

Dependencies:   mbed BufferedSerial LS7366LIB2 FastPWM

Revision:
2:14b52dee1c35
Parent:
1:7b5469bf5994
Child:
3:7b195612e26d
--- a/idle_check.h	Mon Jul 27 23:29:30 2020 +0000
+++ b/idle_check.h	Tue Jul 28 01:42:16 2020 +0000
@@ -4,7 +4,7 @@
 #include "encoder.h"
 
 
-#define IDLE_CHECK_CNT  4000 //loop(2.5ms) * IDLE_CHECK_CNT = idle check time
+#define IDLE_CHECK_CNT  400 //loop(2.5ms) * IDLE_CHECK_CNT = idle check time
 
 
 uint8_t idle_check_var[100] = {0, };