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