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

9 lines
147 B
C

#ifndef BOARD_REDBEE_DEV_H
#define BOARD_REDBEE_DEV_H
#define LED_RED (1 << 23)
#define LED_GREEN (1 << 24)
#define LED_BLUE (1 << 25)
#endif