Fork of WS2812 library for experimenting with Nucleo board
Fork of WS2812 by
History
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)
2016-09-23, by ALeggeUp [Fri, 23 Sep 2016 14:57:15 +0000] rev 3
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)
Updated docs
2015-02-12, by bridadan [Thu, 12 Feb 2015 20:24:15 +0000] rev 2
Updated docs
Updated documentation and cleaned up code
2015-02-12, by bridadan [Thu, 12 Feb 2015 20:20:10 +0000] rev 1
Updated documentation and cleaned up code
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.
2015-02-12, by bridadan [Thu, 12 Feb 2015 19:17:10 +0000] rev 0
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.