Samraksh eMote .NOW
DualChannelRead Method (ADCInternal)



specify the buffer to be filled
Read both the channel simulateously Channel 1 followed by Channel 2
Syntax
'Declaration
 
Public Shared Function DualChannelRead( _
   ByVal sample() As UShort _
) As Boolean
'Usage
 
Dim sample() As UShort
Dim value As Boolean
 
value = ADCInternal.DualChannelRead(sample)
public static bool DualChannelRead( 
   ushort[] sample
)
public:
static bool DualChannelRead( 
   array<ushort>^ sample
) 

Parameters

sample
specify the buffer to be filled

Return Value

Return the result of this operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

ADCInternal Class
ADCInternal Members

Send Feedback