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 WS2812 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:5e65b629b49d | 2016-09-23 | ALeggeUp | Initialise j in the for loops or it will not loop the expected number of times (j will start with the end value of the loop above) |
2:6e647820f587 | 2015-02-12 | bridadan | Updated docs |
1:aadbf08c62a2 | 2015-02-12 | bridadan | Updated documentation and cleaned up code |
0:0b79cafcb387 | 2015-02-12 | bridadan | Driver for the WS2812 LED driver. Uses bit banging and relies on nops for timing. Number of nops can be varied to potentially accommodate different platforms. Currently tested on the K64F. |