Initialize Method

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

Sets initial values for the AnalogInput object.

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

Syntax

'Declaration
Protected Shared Sub Initialize ( _
    channel As Cpu.AnalogChannel, _
    precisionInBits As Integer _
)
protected static void Initialize(
    Cpu.AnalogChannel channel,
    int precisionInBits
)
protected:
static void Initialize(
    Cpu::AnalogChannel channel, 
    int precisionInBits
)
static member Initialize : 
        channel:Cpu.AnalogChannel * 
        precisionInBits:int -> unit 
protected static function Initialize(
    channel : Cpu..::..AnalogChannel, 
    precisionInBits : int
)

Parameters

  • precisionInBits
    Type: System. . :: . .Int32
    The desired bit precision for the A/D conversion. A value of -1 indicates maximum available precision.

.NET Framework Security

See Also

Reference

AnalogInput Class

Microsoft.SPOT.Hardware Namespace