contiki/board/redbee-dev.h

11 lines
170 B
C
Raw Normal View History

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