osd-contiki/board/redbee-econotag.h

23 lines
578 B
C
Raw Normal View History

2010-03-01 19:04:53 +01:00
#ifndef BOARD_REDBEE_DEV_H
#define BOARD_REDBEE_DEV_H
2010-03-17 03:03:38 +01:00
#define LED_RED 44
#define LED_GREEN 45
#define LED_BLUE 44 /* don't have a blue LED so we reuse red */
2010-03-01 19:04:53 +01:00
/* XTAL TUNE parameters */
/* see http://devl.org/pipermail/mc1322x/2009-December/000162.html */
/* for details about how to make this measurment */
/* Econotag also needs an addtional 12pf on board */
/* Coarse tune: add 4pf */
#define CTUNE_4PF 1
/* Coarse tune: add 0-15 pf (CTUNE is 4 bits) */
#define CTUNE 11
/* Fine tune: add FTUNE * 156fF (FTUNE is 5bits) */
#define FTUNE 7
2010-03-01 19:04:53 +01:00
#include <std_conf.h>
#endif