6c22608faabff3bd0f4077386a4508c7b493e966
[goodfet] / firmware / platforms / goodfet.h
1 /*! \file goodfet.h
2   \author Travis Goodspeed
3   \brief Port descriptions for the GoodFET platform.
4   
5 */
6
7
8
9
10 //LED on P1.0
11 #define PLEDOUT P1OUT
12 #define PLEDDIR P1DIR
13 #define PLEDPIN BIT0
14