PololuLedStrip from mickaeljkoster with support for K64F

Fork of PololuLedStrip by Michael Koster

Revision:
24:b88e97eb2e09
Parent:
23:9d1b45daf607
diff -r 9d1b45daf607 -r b88e97eb2e09 PololuLedStrip.h
--- a/PololuLedStrip.h	Tue Nov 25 20:03:53 2014 +0000
+++ b/PololuLedStrip.h	Tue Nov 25 20:31:11 2014 +0000
@@ -9,7 +9,7 @@
 #define _POLOLU_RGB_COLOR
 
 #ifndef _K64F
-//#define _K64F //Define this to use with K64F
+#define _K64F //Define this to use with K64F
 #endif
 
 /** Represents an RGB color. */