Click or drag to resize

SocketCreateResetOutput Method

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

Namespace: IO.Interfaces.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
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.

Return Value

Pin
GPIO output pin object instance.
See Also