Scales the analog value when reading automatically into a specific range.

Namespace:  GHIElectronics.NETMF.Hardware
Assembly:  GHIElectronics.NETMF.Hardware (in GHIElectronics.NETMF.Hardware.dll) Version: 4.0.3.0 (4.0.3.0)

Syntax

C#
public void SetLinearScale(
	int minValue,
	int maxValue
)

Parameters

minValue
Type: System..::.Int32
Min value.
maxValue
Type: System..::.Int32
Max value.

See Also