com.alarexgroup.m2mplf.adapters.converter
Interface ADCAdapterListener

All Known Implementing Classes:
HelloWorld
public interface ADCAdapterListener

Listener for continuous scanning of AD converter input.
ADCAdapter

Method Summary
 void onADCMeasured(int channel, int count, int[] measurements)
          Method is automatically called when the A/D converter input is measured.
 

Method Detail

onADCMeasured

void onADCMeasured(int channel,
                   int count,
                   int[] measurements)
Method is automatically called when the A/D converter input is measured.

Parameters:
channel - channel on which the measurment was done - 0,1
count - the number of measured samples
measurements - an array of measured items