Read Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Reads from the analog port.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Function Read As Double
public double Read()
public:
double Read()
member Read : unit -> float 
public function Read() : double

Return Value

Type: System. . :: . .Double
The read value modified by the multiplicative and constant factors. The returned value is modified according to the formula: result = raw * alpha + K.

.NET Framework Security

See Also

Reference

AnalogInput Class

Microsoft.SPOT.Hardware Namespace