osd-contiki/board/redbee-r1.h
2010-02-23 15:16:12 -05:00

9 lines
143 B
C

#ifndef BOARD_REDBEE_R1_H
#define BOARD_REDBEE_R1_H
#define LED_RED (1 << 8)
#define LED_GREEN (1 << 9)
#define LED_BLUE (1 << 10)
#endif