LEDS_ALL configurable
This commit is contained in:
parent
774aa3984a
commit
3bf99ca040
|
@ -61,7 +61,11 @@ void leds_blink(void);
|
||||||
#define LEDS_BLUE LEDS_YELLOW /* Tmote Sky is colorblind? */
|
#define LEDS_BLUE LEDS_YELLOW /* Tmote Sky is colorblind? */
|
||||||
#define leds_blue leds_yellow
|
#define leds_blue leds_yellow
|
||||||
|
|
||||||
|
#ifdef LEDS_CONF_ALL
|
||||||
|
#define LEDS_ALL LEDS_CONF_ALL
|
||||||
|
#else /* LEDS_CONF_ALL */
|
||||||
#define LEDS_ALL 7
|
#define LEDS_ALL 7
|
||||||
|
#endif /* LEDS_CONF_ALL */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current status of all leds (respects invert)
|
* Returns the current status of all leds (respects invert)
|
||||||
|
|
Loading…
Reference in a new issue