Enumeration of motor regulation modes.
Namespace:
AForge.Robotics.LegoAssembly: AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public enum MotorRegulationMode |
Members
| Member name | Description | |
|---|---|---|
| Idle |
No regulation will be enabled.
| |
| Speed |
Power control will be enabled on specified motor.
| |
| Sync |
Synchronization will be enabled.
|