Click or drag to resize

DeviceADC_Create Method

Create an AD5593R ADC input object.

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

Parameters

channel  Int32
AD5593R ADC channel number (0 to 7).

Return Value

Sample
ADC input object.
See Also