X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fplatforms%2Ftelosb.h;h=129b852a142e93e26597cafc1758e2cf72c5ebab;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=bc3a26913581de36a8a26ed6b79d8ad77f1c739c;hpb=0351243d52f70e34790269e600c65413ddb4bc7c diff --git a/firmware/platforms/telosb.h b/firmware/platforms/telosb.h index 8b13789..129b852 100644 --- a/firmware/platforms/telosb.h +++ b/firmware/platforms/telosb.h @@ -1 +1,16 @@ +/*! \file telosb.h + \author Travis Goodspeed + \brief Port descriptions for the TelosB platform. + + This file defines the Telos B hardware, so that the GoodFET firmware + may be loaded onto it. Adjustments include the !CS line of the CC2420 + radio, the choice of serial port, and the LEDs. + +*/ + + +//LED on P1.0 +#define PLEDOUT P5OUT +#define PLEDDIR P5DIR +#define PLEDPIN BIT4