osd-contiki/board/redbee-r1.h

11 lines
166 B
C
Raw Normal View History

2010-02-23 21:16:12 +01:00
#ifndef BOARD_REDBEE_R1_H
#define BOARD_REDBEE_R1_H
#include <std_conf.h>
2010-02-23 21:16:12 +01:00
#define LED_RED (1 << 8)
#define LED_GREEN (1 << 9)
#define LED_BLUE (1 << 10)
#endif