Seesaw.EnableEncoderInterrupt(Byte) Method

Definition

Enable the interrupt to fire when the encoder changes position.

public void EnableEncoderInterrupt (byte encoder = 0);
member this.EnableEncoderInterrupt : byte -> unit
Public Sub EnableEncoderInterrupt (Optional encoder As Byte = 0)

Parameters

encoder
Byte

Which encoder to use, defaults to 0.

Exceptions

The hardware does not support Adafruit SeeSaw encoder functionality.

Applies to