MSP430 JTAG works.
[goodfet] / firmware / include / platform.h
1 //! \file platform.h
2
3
4 //LED on P1.0
5 #define PLEDOUT P1OUT
6 #define PLEDDIR P1DIR
7 #define PLEDPIN 0x1
8
9
10