Setter class that outputs its value to set the position of an AccelStepper.
More...
#include <AccelStepperPositionSetter.h>
List of all members.
Detailed Description
Setter class that outputs its value to set the position of an AccelStepper.
Requires the AccelStepper library seehttp://www.airspayce.com/mikem/arduino/AccelStepper/
- Examples:
- TestSuite.pde.
Constructor & Destructor Documentation
AccelStepperPositionSetter::AccelStepperPositionSetter |
( |
AccelStepper * |
stepper | ) |
|
Member Function Documentation
void AccelStepperPositionSetter::input |
( |
int |
value | ) |
|
|
virtual |
Input the value to be used to set the stepper position.
- Parameters:
-
[in] | value | The input value to be used to set the position of the stepper. |
Reimplemented from Setter.
The documentation for this class was generated from the following files: