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 8:d9b7240e873e, committed 2014-12-11
- Comitter:
- robertbui
- Date:
- Thu Dec 11 13:31:53 2014 +0000
- Parent:
- 7:58623ad7f310
- Commit message:
- set max led to 200
Changed in this revision
| WS2811.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WS2811.h Wed Apr 02 13:22:25 2014 +0000 +++ b/WS2811.h Thu Dec 11 13:31:53 2014 +0000 @@ -24,7 +24,7 @@ #include "LedStrip.h" //! Maximum number of LEDs per strip -#define MAX_LEDS_PER_STRIP 240 +#define MAX_LEDS_PER_STRIP 200 extern "C" void DMA0_IRQHandler(); extern "C" void TPM0_IRQHandler();
