add GPIO definitions for econotag LEDs

This commit is contained in:
Mariano Alvira 2011-03-22 14:50:22 -04:00
parent ee0c0a4699
commit a8b75286d6

View file

@ -36,9 +36,13 @@
#ifndef BOARD_REDBEE_ECONOTAG_H
#define BOARD_REDBEE_ECONOTAG_H
#define GPIO_LED_RED GPIO_44
#define GPIO_LED_GREEN GPIO_45
#define GPIO_LED_BLUE GPIO_43 /* don't have a blue LED so we use IO43 */
#define LED_RED 44
#define LED_GREEN 45
#define LED_BLUE 44 /* don't have a blue LED so we reuse red */
#define LED_BLUE 43 /* don't have a blue LED so we reuse red */
/* XTAL TUNE parameters */
/* see http://devl.org/pipermail/mc1322x/2009-December/000162.html */