X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fplatforms%2Fgoodfet.h;h=6c22608faabff3bd0f4077386a4508c7b493e966;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=bc3a26913581de36a8a26ed6b79d8ad77f1c739c;hpb=3ca6e2dc2aa0d4706fdcfc6a390c8f3f6419251d diff --git a/firmware/platforms/goodfet.h b/firmware/platforms/goodfet.h index 8b13789..6c22608 100644 --- a/firmware/platforms/goodfet.h +++ b/firmware/platforms/goodfet.h @@ -1 +1,14 @@ +/*! \file goodfet.h + \author Travis Goodspeed + \brief Port descriptions for the GoodFET platform. + +*/ + + + + +//LED on P1.0 +#define PLEDOUT P1OUT +#define PLEDDIR P1DIR +#define PLEDPIN BIT0