mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
add GPIO definitions for econotag LEDs
This commit is contained in:
parent
ee0c0a4699
commit
a8b75286d6
@ -36,9 +36,13 @@
|
|||||||
#ifndef BOARD_REDBEE_ECONOTAG_H
|
#ifndef BOARD_REDBEE_ECONOTAG_H
|
||||||
#define 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_RED 44
|
||||||
#define LED_GREEN 45
|
#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 */
|
/* XTAL TUNE parameters */
|
||||||
/* see http://devl.org/pipermail/mc1322x/2009-December/000162.html */
|
/* see http://devl.org/pipermail/mc1322x/2009-December/000162.html */
|
||||||
|
Loading…
Reference in New Issue
Block a user