2010-02-22 00:47:12 +01:00
|
|
|
#ifndef BOARD_REDBEE_DEV_H
|
|
|
|
#define BOARD_REDBEE_DEV_H
|
|
|
|
|
2010-02-25 00:47:53 +01:00
|
|
|
#include <std_conf.h>
|
|
|
|
|
2010-02-23 21:16:12 +01:00
|
|
|
#define LED_RED (1 << 23)
|
|
|
|
#define LED_GREEN (1 << 24)
|
|
|
|
#define LED_BLUE (1 << 25)
|
|
|
|
|
2010-02-22 00:47:12 +01:00
|
|
|
#endif
|