Samraksh eMote .NOW
Read Method (AnalogInput)



Channel
Read a single ADC channel synchronously
Syntax
'Declaration
 
Public Shared Function Read( _
   ByVal channel As Cpu.AnalogChannel _
) As Double
'Usage
 
Dim channel As Cpu.AnalogChannel
Dim value As Double
 
value = AnalogInput.Read(channel)
public static double Read( 
   Cpu.AnalogChannel channel
)
public:
static double Read( 
   Cpu.AnalogChannel channel
) 

Parameters

channel
Channel

Return Value

Value read
Requirements

Target Platforms: eMote .NOW

See Also

Reference

AnalogInput Class
AnalogInput Members

Send Feedback