Explorar el Código

increased limit buffer size

titi hace 5 años
padre
commit
c0f2849132
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Atm_AccelStepper.h

+ 1 - 1
Atm_AccelStepper.h

@@ -82,7 +82,7 @@ class Atm_AccelStepper: public Machine {
   bool limitHigh_State_raw;
   bool limitLow_State_prev;
   bool limitHigh_State_prev;
-  const static int limit_buf_size = 16 ;
+  const static int limit_buf_size = 20 ;
   bool limitLow_state_buf [limit_buf_size] ;
   int limitLow_state_total = 0 ;
   int limitLow_buf_head ;