PololuLedStrip from mickaeljkoster with support for K64F

Fork of PololuLedStrip by Michael Koster

Files at this revision

API Documentation at this revision

Comitter:
Alegrowin
Date:
Tue Nov 25 20:31:11 2014 +0000
Parent:
23:9d1b45daf607
Commit message:
Activate the K64F support

Changed in this revision

PololuLedStrip.h Show annotated file Show diff for this revision Revisions of this file
--- 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. */