I would like to use <stepper.h> for a two-pin (Step & Dir) driver.
When creating the new instance of the motor, which pin is which?
arduino-1.0/reference/StepperConstructor.html merely states:
pin1, pin2: two pins that are attached to the motor (int)
I have been using a four-wire connection to an entirely different driver-board
Stepper myStepperX(stepsPerRevolution, 2, 3, 4, 5);
with some success for small, low-power motors but want to 'move up' to a more powerful motor-driver.
Thanks,
Geoff