add sensors, internal temperature, battery

This commit is contained in:
harald42 2013-01-04 15:44:48 +01:00 committed by harald
parent 17c93b259e
commit e92678a847
9 changed files with 405 additions and 3 deletions

View file

@ -32,6 +32,13 @@
#ifndef __PROJECT_RPL_WEB_CONF_H__
#define __PROJECT_RPL_WEB_CONF_H__
//#define PLATFORM_HAS_LEDS 1
//#define PLATFORM_HAS_BUTTON 1
//#define PLATFORM_HAS_LIGHT 1
#define PLATFORM_HAS_TEMPERATURE 1
//#define PLATFORM_HAS_BATTERY 1
//#define PLATFORM_HAS_SHT11 1
#define SICSLOWPAN_CONF_FRAG 1
/* Disabling RDC for demo purposes. Core updates often require more memory. */