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
- channel
Type: Microsoft.SPOT.Hardware. . :: . .Cpu. . :: . .AnalogChannel
The channel for the analog input.
- precisionInBits
Type: System. . :: . .Int32
The desired bit precision for the A/D conversion. A value of -1 indicates maximum available precision.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.