clean up gpio and leds
This commit is contained in:
parent
e825aa8bc9
commit
1522b72b1e
4 changed files with 14 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue