Seesaw.SetEncoderPosition(Int32, Byte) Method

Definition

Set the current position of the encoder.

public void SetEncoderPosition (int position, byte encoder = 0);
member this.SetEncoderPosition : int * byte -> unit
Public Sub SetEncoderPosition (position As Integer, Optional encoder As Byte = 0)

Parameters

position
Int32

Encoder position.

encoder
Byte

Which encoder to use, defaults to 0.

Exceptions

The hardware does not support Adafruit SeeSaw encoder functionality.

Applies to