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 Multi_WS2811 by
Revision 1:c4123ca9b02c, committed 2014-12-14
- Comitter:
- ryanfeng
- Date:
- Sun Dec 14 04:49:52 2014 +0000
- Parent:
- 0:a8535703f23b
- Commit message:
- Changed values for flippityflappity
Changed in this revision
| WS2811.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WS2811.h Sat Jan 04 00:40:08 2014 +0000 +++ b/WS2811.h Sun Dec 14 04:49:52 2014 +0000 @@ -19,7 +19,7 @@ #include "mbed.h" #include "LedStrip.h" -#define MAX_LEDS_PER_STRIP 60 +#define MAX_LEDS_PER_STRIP 54 extern "C" void DMA0_IRQHandler(); extern "C" void TPM0_IRQHandler();
