Proper config.h
[goodfet] / firmware / platforms / goodfet.h
index 8b13789..6c22608 100644 (file)
@@ -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