Introduced PLATFORM_HAS_LIGHT, _BATTERY, and _SHT11.
This commit is contained in:
parent
9b4860e644
commit
36763cabbd
1 changed files with 5 additions and 2 deletions
|
@ -47,8 +47,11 @@
|
||||||
/* Platform TMOTE_SKY */
|
/* Platform TMOTE_SKY */
|
||||||
#define TMOTE_SKY 1
|
#define TMOTE_SKY 1
|
||||||
|
|
||||||
#define PLATFORM_HAS_LEDS 1
|
#define PLATFORM_HAS_LEDS 1
|
||||||
#define PLATFORM_HAS_BUTTON 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__
|
#ifdef __IAR_SYSTEMS_ICC__
|
||||||
#define __MSP430F1611__ 1
|
#define __MSP430F1611__ 1
|
||||||
|
|
Loading…
Reference in a new issue