PololuLedStrip from mickaeljkoster with support for K64F
Fork of PololuLedStrip by
Revision 24:b88e97eb2e09, committed 2014-11-25
- 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 |
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. */