Create an ADC voltage input.
Namespace: IO.Interfaces.ADCAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Input(
Sample input,
double reference,
double gain = 1
)
Parameters
- input Sample
- ADC sample object.
- reference Double
- ADC reference in volts.
- gain Double (Optional)
- ADC input gain in volts per volt.
See Also