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