com.sentilla.platform.tmote
Class SensirionSht11.TempSensor
java.lang.Object
com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor<javax.measure.quantity.Temperature>
com.sentilla.platform.tmote.SensirionSht11.TempSensor
- All Implemented Interfaces:
- Action, Sensor<javax.measure.quantity.Temperature>
- Enclosing class:
- SensirionSht11
public static class SensirionSht11.TempSensor
- extends SensirionSht11.Sht11Sensor<javax.measure.quantity.Temperature>
A Sensor implementation that obtains the humidity reading from the
SensirionSht11 on Tmote.
Use Sht11HumidityDriver
.
Method Summary |
Action |
submit()
Submit this Action for processing by the action engine. |
SensirionSht11.TempSensor
public SensirionSht11.TempSensor()
submit
public Action submit()
- Description copied from interface:
Action
- Submit this Action for processing by the action engine.
Calling submit transitions this Action to PENDING from either
IDLE, DONE, or ERROR. Nothing happens if this Action is
already PENDING.
- Specified by:
submit
in interface Action
- Specified by:
submit
in class SensirionSht11.Sht11Sensor<javax.measure.quantity.Temperature>
- Returns:
- A pointer to this Action.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.