Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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. */