stepper: Increase the step delay time from 1us to 2us
Increase the step delay time so that it works with the common DRV8825 stepper drivers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -94,7 +94,7 @@ stepper_load_next(struct stepper *s)
|
||||
return SF_RESCHEDULE;
|
||||
}
|
||||
|
||||
#define UNSTEP_TIME timer_from_us(1)
|
||||
#define UNSTEP_TIME timer_from_us(2)
|
||||
|
||||
// Timer callback - step the given stepper.
|
||||
uint_fast8_t
|
||||
|
||||
Reference in New Issue
Block a user