Click or drag to resize

Sample Constructor

Create an AD5593R ADC input.

Namespace: IO.Devices.AD5593R.ADC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Sample(
	Device dev,
	int channel
)

Parameters

dev  Device
AD5593R device object.
channel  Int32
AD5593R I/O channel number (0 to 7).
See Also