Samraksh eMote .NOW
Init Method



Specify the channel to be sampled
Initialize the ADC native driver
Syntax
'Declaration
 
Public Shared Function Init( _
   ByVal channel As Integer _
) As Integer
'Usage
 
Dim channel As Integer
Dim value As Integer
 
value = ADCInternal.Init(channel)
public static int Init( 
   int channel
)
public:
static int Init( 
   int channel
) 

Parameters

channel
Specify the channel to be sampled

Return Value

Returns the result of the init function
Requirements

Target Platforms: eMote .NOW

See Also

Reference

ADCInternal Class
ADCInternal Members

Send Feedback