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
Diff: WS2811.h
- Revision:
- 4:586d20c99dbf
- Parent:
- 3:2b5b03a3c0a5
- Child:
- 5:7e40afd8d533
--- a/WS2811.h Wed Apr 02 11:54:27 2014 +0000 +++ b/WS2811.h Wed Apr 02 11:55:14 2014 +0000 @@ -23,6 +23,7 @@ #include "mbed.h" #include "LedStrip.h" +//! Maximum number of LEDs per strip #define MAX_LEDS_PER_STRIP 240 extern "C" void DMA0_IRQHandler();
