GoPiGo.OffsetMotorEncoder(MotorPort, Int32) Method

Definition

Offset a motor encoder

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

Parameters

port
MotorPort

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

positionOffset
Int32

The encoder offset. Zero the encoder by offsetting it by the current position

Applies to