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.
Dependents: Mbed-Mensch-1 jakob_menschergeredichnicht4 Mbed-Mensch-8 jakob_15041 ... more
Revision 1:a2549b9f2785, committed 2016-04-15
- Comitter:
- ladner
- Date:
- Fri Apr 15 12:57:23 2016 +0000
- Parent:
- 0:2981411e4f69
- Commit message:
Changed in this revision
WS2812B.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2981411e4f69 -r a2549b9f2785 WS2812B.cpp --- a/WS2812B.cpp Sun Mar 20 14:49:16 2016 +0000 +++ b/WS2812B.cpp Fri Apr 15 12:57:23 2016 +0000 @@ -66,7 +66,7 @@ int i; for(i=0;i<24;i++) { - writeledbit((leddata&(1<<i))>0); + writeledbit((leddata&(0x800000>>i))>0); } }