MotorSpeed Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the speed for the motor.
public enum MotorSpeed
type MotorSpeed =
Public Enum MotorSpeed
- Inheritance
-
MotorSpeed
Fields
Name | Value | Description |
---|---|---|
Stop | 0 | Motor is stopped |
Half | 50 | Motor is at half speed |
Full | 100 | Motor is at full speed |
Float | 128 | Motor is floating |