Parcourir la source

increased limit buffer size

titi il y a 5 ans
Parent
commit
c0f2849132
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ;