Adds client support for the Apimote, which uses the RTS line instead of the DTR line.
[goodfet] / firmware / include / gfports.h
1 /*! \file gfports.h
2   \author Travis Goodspeed
3   \brief GoodFET Port Definitions
4 */
5
6 #ifndef GFPORTS
7 #define GFPORTS
8
9 //#include <msp430.h>
10
11
12 // N.B., only asm-clean CPP definitions allowed.
13
14
15 /*
16 //Use these instead of the explicit names.
17 #ifdef MSP430
18 #define gfout P5OUT
19 #define gfin  P5IN
20 #define gfdir P5DIR
21 #define gfren P5REN
22 #endif
23 */
24
25
26 #endif //GFPORTS