Click or drag to resize

DeviceRead_ADC Method

Read from an ADC channel.

Namespace: IO.Devices.AD5593R
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public int Read_ADC(
	int channel
)

Parameters

channel  Int32
ADC channel number (0 to 7).

Return Value

Int32
ADC input sample data (0 to 4095).
See Also