com.sentilla.platform.tmote
Interface MultipleSensor

All Known Implementing Classes:
AccelerationSensor, Adc, McuTemperature, McuVoltage, ParSensorDriver.ParSensor, TsrSensorDriver.TsrSensor, VoltageAdc

public interface MultipleSensor


Method Summary
 void readMultipleRaw(int[] buffer, byte[] adcports)
          Read new set of raw measurements and return the result.
 

Method Detail

readMultipleRaw

void readMultipleRaw(int[] buffer,
                     byte[] adcports)
Read new set of raw measurements and return the result.

Parameters:
buffer - is the array of int receiving the returned raw values of the ADC.
adcports - is the array of ports to read from


Copyright © 2007 Sentilla Corporation. All Rights Reserved.