Click or drag to resize

Input Constructor

Create an ADC voltage input.

Namespace: IO.Interfaces.ADC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
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