Samraksh eMote .NOW
InitChannel Method



Channel
Initialize ADC for specified channel
Syntax
'Declaration
 
Public Shared Function InitChannel( _
   ByVal channel As Cpu.AnalogChannel _
) As Integer
'Usage
 
Dim channel As Cpu.AnalogChannel
Dim value As Integer
 
value = AnalogInput.InitChannel(channel)
public static int InitChannel( 
   Cpu.AnalogChannel channel
)
public:
static int InitChannel( 
   Cpu.AnalogChannel channel
) 

Parameters

channel
Channel

Return Value

Result of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

AnalogInput Class
AnalogInput Members

Send Feedback