com.sentilla.platform.tmote
Class SensirionSht11
java.lang.Object
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. |
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
SensirionSht11
protected SensirionSht11()
writeByte
protected void writeByte(int value)
readByte
protected int readByte()
readSensor
protected int readSensor(int cmd)
Copyright © 2007 Sentilla Corporation. All Rights Reserved.