Introduced PLATFORM_HAS_LIGHT, _BATTERY, and _SHT11.

This commit is contained in:
Matthias Kovatsch 2011-12-07 20:47:31 +01:00
parent 9b4860e644
commit 36763cabbd

View file

@ -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