AnalogInput Constructor (Cpu.AnalogChannel)

[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.

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

Syntax

'Declaration
Public Sub New ( _
    channel As Cpu.AnalogChannel _
)
public AnalogInput(
    Cpu.AnalogChannel channel
)
public:
AnalogInput(
    Cpu::AnalogChannel channel
)
new : 
        channel:Cpu.AnalogChannel -> AnalogInput
public function AnalogInput(
    channel : Cpu..::..AnalogChannel
)

Parameters

.NET Framework Security

See Also

Reference

AnalogInput Class

AnalogInput Overload

Microsoft.SPOT.Hardware Namespace