Enumeration of motor regulation modes.

Namespace:  AForge.Robotics.Lego
Assembly:  AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public enum MotorRegulationMode

Members

Member nameDescription
Idle
No regulation will be enabled.
Speed
Power control will be enabled on specified motor.
Sync
Synchronization will be enabled.

See Also