Read from an ADC channel.
Namespace: IO.Devices.AD5593RAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public int Read_ADC(
int channel
)
Parameters
- channel Int32
- ADC channel number (0 to 7).
Return Value
Int32ADC input sample data (0 to 4095).
See Also