Samraksh eMote .NOW
Read Method (ADCInternal)



Channel to read
Read the channel
Syntax
'Declaration
 
Public Shared Function Read( _
   ByVal channel As Integer _
) As Double
'Usage
 
Dim channel As Integer
Dim value As Double
 
value = ADCInternal.Read(channel)
public static double Read( 
   int channel
)
public:
static double Read( 
   int channel
) 

Parameters

channel
Channel to read

Return Value

Return value read
Requirements

Target Platforms: eMote .NOW

See Also

Reference

ADCInternal Class
ADCInternal Members

Send Feedback