Click or drag to resize

SocketCreateInterruptInput Method

Create a GPIO input pin instance for the INT (interrupt) pin of a given socket.

Namespace: IO.Objects.RemoteIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Pin CreateInterruptInput(
	Edge edge = Edge.None
)

Parameters

edge  Edge  (Optional)
Interrupt edge setting. Ignored for remote GPIO pins.

Return Value

Pin
GPIO pin instance.

Implements

SocketCreateInterruptInput(Edge)
See Also