add battery sensor

This commit is contained in:
harald42 2013-01-23 09:20:11 +01:00 committed by harald
parent 538bb6075c
commit ff022fce05
4 changed files with 12 additions and 17 deletions

View file

@ -58,7 +58,7 @@
#define REST_RES_LEDS 0
#define REST_RES_TOGGLE 0
#define REST_RES_LIGHT 0
#define REST_RES_BATTERY 0
#define REST_RES_BATTERY 1
#define REST_RES_RADIO 0

View file

@ -36,7 +36,7 @@
//#define PLATFORM_HAS_BUTTON 1
//#define PLATFORM_HAS_LIGHT 1
#define PLATFORM_HAS_TEMPERATURE 1
//#define PLATFORM_HAS_BATTERY 1
#define PLATFORM_HAS_BATTERY 1
//#define PLATFORM_HAS_SHT11 1
#define SICSLOWPAN_CONF_FRAG 1