Click or drag to resize

BoardADC Method

Factory function for creating ADC inputs.

Namespace: IO.Devices.ClickBoards.RemoteIO.ADAC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Sample ADC(
	int channel
)

Parameters

channel  Int32
AD5593R I/O channel number (0 to 7).

Return Value

Sample
ADC input object.
See Also