Click or drag to resize
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)
Syntax
public void SetStepStyle(
	SteppingStyle stepStyle
)

Parameters

stepStyle
Type: Adafruit.IoT.MotorsSteppingStyle
A SteppingStyle.
See Also