Share via


AnalogInput Constructor (Cpu.AnalogChannel, Int32)

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

Initializes a new instance of the AnalogInput class with the specified channel and precision.

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

Syntax

'Declaration
Public Sub New ( _
    channel As Cpu.AnalogChannel, _
    precisionInBits As Integer _
)
public AnalogInput(
    Cpu.AnalogChannel channel,
    int precisionInBits
)
public:
AnalogInput(
    Cpu::AnalogChannel channel, 
    int precisionInBits
)
new : 
        channel:Cpu.AnalogChannel * 
        precisionInBits:int -> AnalogInput
public function AnalogInput(
    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

AnalogInput Overload

Microsoft.SPOT.Hardware Namespace