Added battery voltage level readout & SHT11 low-voltage indicator
This commit is contained in:
parent
ceb2554d2f
commit
de601c9523
4 changed files with 51 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: SensorInfo.java,v 1.1 2008/08/29 09:00:15 nifi Exp $
|
||||
* $Id: SensorInfo.java,v 1.2 2008/11/10 21:14:20 adamdunkels Exp $
|
||||
*
|
||||
* -----------------------------------------------------------------
|
||||
*
|
||||
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
* Authors : Joakim Eriksson, Niclas Finne
|
||||
* Created : 20 aug 2008
|
||||
* Updated : $Date: 2008/08/29 09:00:15 $
|
||||
* $Revision: 1.1 $
|
||||
* Updated : $Date: 2008/11/10 21:14:20 $
|
||||
* $Revision: 1.2 $
|
||||
*/
|
||||
|
||||
package se.sics.contiki.collect;
|
||||
|
@ -76,7 +76,9 @@ public interface SensorInfo {
|
|||
public static final int BEST_NEIGHBOR = 20;
|
||||
public static final int BEST_NEIGHBOR_ETX = 21;
|
||||
public static final int BEST_NEIGHBOR_RTMETRIC = 22;
|
||||
public static final int BATTERY_VOLTAGE = 23;
|
||||
public static final int BATTERY_INDICATOR = 24;
|
||||
|
||||
public static final int VALUES_COUNT = 23;
|
||||
public static final int VALUES_COUNT = 25;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue