Edit

Share via


GoPiGo.SetMotorDps(MotorPort, Int32) Method

Definition

Set the motor target speed in degrees per second

public void SetMotorDps (Iot.Device.GoPiGo3.Models.MotorPort port, int dps);
member this.SetMotorDps : Iot.Device.GoPiGo3.Models.MotorPort * int -> unit
Public Sub SetMotorDps (port As MotorPort, dps As Integer)

Parameters

port
MotorPort

The Motor port to use, can be MotorLeft and/or MotorRight

dps
Int32

The target speed in degrees per second

Applies to