Vehicle.TrunRightTime(Int32, Int32) Method

Definition

Turn the vehicle right for a number of milliseconds

public void TrunRightTime (int speed, int timeout);
member this.TrunRightTime : int * int -> unit
Public Sub TrunRightTime (speed As Integer, timeout As Integer)

Parameters

speed
Int32

speed is between -255 and +255

timeout
Int32

number of milliseconds to run the motors

Applies to