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