fe42d4f2cff3cefb7a3d1b4d8297d4f8a38c2565
[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