Click or drag to resize

SocketCreateResetOutput Method

Create a GPIO output pin object instance for the RST pin of a given socket.

Namespace: IO.Objects.RemoteIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Pin CreateResetOutput(
	bool state = false,
	Drive drive = Drive.PushPull
)

Parameters

state  Boolean  (Optional)
Initial state for the reset output.
drive  Drive  (Optional)
Output drive setting. Ignored for remote GPIO pins.

Return Value

Pin
GPIO output pin object instance.

Implements

SocketCreateResetOutput(Boolean, Drive)
See Also