Edit

Share via


Motor.Start Method

Definition

Overloads

Start()

Start the motor

Start(Int32)

Start with the specified speed

Start()

Start the motor

public void Start ();
member this.Start : unit -> unit
Public Sub Start ()

Applies to

Start(Int32)

Start with the specified speed

public void Start (int speed);
member this.Start : int -> unit
Public Sub Start (speed As Integer)

Parameters

speed
Int32

speed is between -255 and +255

Applies to