You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when coding for stepper motors, it would be very handy for have some form of limit switches logic.
Describe the solution you'd like
either two switches on the motor rotation able to be positioned in the 360 degrees
or
a attribute of switch 1 on/off at 3203 steps, switch 2 of/on at 10 steps
the you could code for like - home positioning or limits interrupts
The text was updated successfully, but these errors were encountered:
You can simulate limit switches with a function in your code. If, for example, you were using AccelStepper to drive the steppers, maybe something like this:
when coding for stepper motors, it would be very handy for have some form of limit switches logic.
Describe the solution you'd like
either two switches on the motor rotation able to be positioned in the 360 degrees
or
a attribute of switch 1 on/off at 3203 steps, switch 2 of/on at 10 steps
the you could code for like - home positioning or limits interrupts
The text was updated successfully, but these errors were encountered: