clean up gpio and leds

This commit is contained in:
Mariano Alvira 2010-02-23 15:16:12 -05:00
parent e825aa8bc9
commit 1522b72b1e
4 changed files with 14 additions and 6 deletions

View file

@ -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