Cpu.AnalogChannel Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the channel for the analog input.
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public Enumeration AnalogChannel
public enum AnalogChannel
public enum class AnalogChannel
type AnalogChannel
public enum AnalogChannel
Members
Member name | Description | |
---|---|---|
ANALOG_NONE | None | |
ANALOG_0 | Channel 0 | |
ANALOG_1 | Channel 1 | |
ANALOG_2 | Channel 2 | |
ANALOG_3 | Channel 3 | |
ANALOG_4 | Channel 4 | |
ANALOG_5 | Channel 5 | |
ANALOG_6 | Channel 6 | |
ANALOG_7 | Channel 7 |