osd-contiki/board/redbee-dev.h

11 lines
170 B
C
Raw Normal View History

2010-02-22 00:47:12 +01:00
#ifndef BOARD_REDBEE_DEV_H
#define BOARD_REDBEE_DEV_H
#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