 | 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)
Syntaxpublic void SetSpeed(
double rpm
)
Public Sub SetSpeed (
rpm As Double
)
public:
virtual void SetSpeed(
[InAttribute] double rpm
) sealed
Parameters
- rpm
- Type: SystemDouble
The revolutions per minute.
Implements
IMotorSetSpeed(Double)
Remarks
See Also