com.sentilla.platform.tmote
Class SensirionSht11.HumSensor
java.lang.Object
com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor<javax.measure.quantity.Dimensionless>
com.sentilla.platform.tmote.SensirionSht11.HumSensor
- All Implemented Interfaces:
- Action, Sensor<javax.measure.quantity.Dimensionless>
- Enclosing class:
- SensirionSht11
public static class SensirionSht11.HumSensor
- extends SensirionSht11.Sht11Sensor<javax.measure.quantity.Dimensionless>
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.HumSensor
public SensirionSht11.HumSensor()
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.Dimensionless>
- Returns:
- A pointer to this Action.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.