com.sentilla.platform.tmote
Class SensirionSht11

java.lang.Object
  extended by com.sentilla.platform.tmote.SensirionSht11

public class SensirionSht11
extends Object

The SensirionSht11 is a temperature and relative humidity sensor on the Tmote platform. This class is for Sentilla internal use only. Do not use this class directly; use Sht11HumidityDriver or Sht11TemperatureDriver instead.


Nested Class Summary
static class SensirionSht11.HumSensor
          A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
protected static class SensirionSht11.Sht11Sensor<Q extends javax.measure.quantity.Quantity>
          Private: for Sentilla internal use only.
static class SensirionSht11.TempSensor
          A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
 
Field Summary
protected  DigitalPin clock
           
protected static byte CMD_READ_HUMIDITY
           
protected static byte CMD_READ_TEMPERATURE
           
protected  InterruptPin data
           
static SensirionSht11 sht11
           
 
Constructor Summary
protected SensirionSht11()
           
 
Method Summary
protected  int readByte()
           
protected  int readSensor(int cmd)
           
protected  void writeByte(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sht11

public static final SensirionSht11 sht11

CMD_READ_TEMPERATURE

protected static final byte CMD_READ_TEMPERATURE
See Also:
Constant Field Values

CMD_READ_HUMIDITY

protected static final byte CMD_READ_HUMIDITY
See Also:
Constant Field Values

data

protected final InterruptPin data

clock

protected final DigitalPin clock
Constructor Detail

SensirionSht11

protected SensirionSht11()
Method Detail

writeByte

protected void writeByte(int value)

readByte

protected int readByte()

readSensor

protected int readSensor(int cmd)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.