#include <AccelStepperPositionSetter.h>
Public Member Functions | |
AccelStepperPositionSetter (AccelStepper *stepper) | |
virtual void | input (int value) |
Requires the AccelStepper library seehttp://www.open.com.au/mikem/arduino/AccelStepper/
AccelStepperPositionSetter::AccelStepperPositionSetter | ( | AccelStepper * | stepper | ) |
[in] | stepper | The target AccelStepper instance. It is the callers job to configure the AccelStepper |
void AccelStepperPositionSetter::input | ( | int | value | ) | [virtual] |
Input the value to be used to set the stepper position.
[in] | value | The input value to be used to set the position of the stepper. |
Reimplemented from Setter.