Heroic Robotics / FastPixelLPD8806

Dependents:   FastPixelDemo

Revision:
7:ee356aa4c22d
Parent:
3:17340e1a5865
Child:
8:4ca7ed772b23
--- a/LPD8806_fast.h	Wed Sep 18 22:12:07 2013 +0000
+++ b/LPD8806_fast.h	Wed Sep 25 00:31:20 2013 +0000
@@ -16,6 +16,9 @@
 #include "mbed.h"
 #include "LedStrip.h"
 #include "MODDMA.h"
+#include "board_variant.h"
+
+#ifdef PIXELPUSHER_3
 
 #ifndef MBED_LPD8806_fast_H
 #define MBED_LPD8806_fast_H
@@ -51,4 +54,5 @@
   uint32_t data_mask;
     
 };
+#endif
 #endif
\ No newline at end of file