Click or drag to resize
PwmStepperMotorSetSpeed Method
Set the desired motor's speed in revolutions per minute.

Namespace:  Adafruit.IoT.Motors
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public void SetSpeed(
	double rpm
)

Parameters

rpm
Type: SystemDouble
The revolutions per minute.

Implements

IMotorSetSpeed(Double)
Remarks
This setting applies to multiple motor steps processed by the StepAsync(Int32, Direction, SteppingStyle) method.
See Also