129b852a142e93e26597cafc1758e2cf72c5ebab
[goodfet] / firmware / platforms / telosb.h
1 /*! \file telosb.h
2   \author Travis Goodspeed
3   \brief Port descriptions for the TelosB platform.
4   
5   This file defines the Telos B hardware, so that the GoodFET firmware
6   may be loaded onto it.  Adjustments include the !CS line of the CC2420
7   radio, the choice of serial port, and the LEDs.
8
9 */
10
11
12 //LED on P1.0
13 #define PLEDOUT P5OUT
14 #define PLEDDIR P5DIR
15 #define PLEDPIN BIT4
16