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.
Diff: WS281X.h
- Revision:
- 21:77275089d837
- Parent:
- 20:28fe0d0d081b
- Child:
- 24:f93a61e727a3
--- a/WS281X.h Thu Aug 25 14:54:20 2016 +0000 +++ b/WS281X.h Fri Aug 26 17:02:02 2016 +0000 @@ -67,6 +67,7 @@ int getNumPixels() { return _numPixels; } void setColor(int index, RGBColor *color, int len); + void setColor(int index, HSVColor *color, int len); void fillColor(int index, const RGBColor color, int len); void repeatBlock(int block_size); void clear(const RGBColor color);