 | PwmStepperMotorSetStepStyle Method |
Sets the stepping style for this stepper motor.
Namespace:
Adafruit.IoT.Motors
Assembly:
Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntaxpublic void SetStepStyle(
SteppingStyle stepStyle
)
Public Sub SetStepStyle (
stepStyle As SteppingStyle
)
public:
virtual void SetStepStyle(
[InAttribute] SteppingStyle stepStyle
) sealed
Parameters
- stepStyle
- Type: Adafruit.IoT.MotorsSteppingStyle
A SteppingStyle.
See Also