From 36763cabbd20725a8fa51232f7d4938f332ab0f8 Mon Sep 17 00:00:00 2001 From: Matthias Kovatsch Date: Wed, 7 Dec 2011 20:47:31 +0100 Subject: [PATCH] Introduced PLATFORM_HAS_LIGHT, _BATTERY, and _SHT11. --- platform/sky/platform-conf.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/platform/sky/platform-conf.h b/platform/sky/platform-conf.h index ee08f4b23..7c3eec2e0 100644 --- a/platform/sky/platform-conf.h +++ b/platform/sky/platform-conf.h @@ -47,8 +47,11 @@ /* Platform TMOTE_SKY */ #define TMOTE_SKY 1 -#define PLATFORM_HAS_LEDS 1 -#define PLATFORM_HAS_BUTTON 1 +#define PLATFORM_HAS_LEDS 1 +#define PLATFORM_HAS_BUTTON 1 +#define PLATFORM_HAS_LIGHT 1 +#define PLATFORM_HAS_BATTERY 1 +#define PLATFORM_HAS_SHT11 1 #ifdef __IAR_SYSTEMS_ICC__ #define __MSP430F1611__ 1