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. |
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,1count - the number of measured samplesmeasurements - an array of measured items