9 lines
143 B
C
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
|