Is it possible to drive more than 4 stepper motors with this library ?
It seems that as soon as I try to drive more than 4 steppers it just stops working.
As soon as I uncomment s5 stepper code the one and only stepper that I have physically hooked up stops moving and the teensy hangs (there are no messages in Serial Monitor, while with < 5 I'm printing current position of s1).
Hi,
Is it possible to drive more than 4 stepper motors with this library ? It seems that as soon as I try to drive more than 4 steppers it just stops working.
I have Stepper objects defined like this:
and then just initiating async move:
As soon as I uncomment s5 stepper code the one and only stepper that I have physically hooked up stops moving and the teensy hangs (there are no messages in Serial Monitor, while with < 5 I'm printing current position of s1).
Cheers.