Click or drag to resize

Pin Constructor

Create an AD5593R GPIO pin.

Namespace: IO.Devices.AD5593R.GPIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Pin(
	Device dev,
	int channel,
	Direction dir,
	bool state = false
)

Parameters

dev  Device
AD5593R device object.
channel  Int32
AD5593R I/O channel number (0 to 7).
dir  Direction
GPIO pin data direction.
state  Boolean  (Optional)
Initial GPIO output state.
See Also