Click or drag to resize
PwmStepperMotorOneStep Method
Steps the motor one step in the direction and style specified.

Namespace:  Adafruit.IoT.Motors
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public int OneStep(
	Direction direction,
	SteppingStyle stepStyle
)

Parameters

direction
Type: Adafruit.IoT.MotorsDirection
A Direction.
stepStyle
Type: Adafruit.IoT.MotorsSteppingStyle
A SteppingStyle.

Return Value

Type: Int32
The current step number.
Remarks
.
See Also