Fork of WS2812 library for experimenting with Nucleo board
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. |