Library for the WS2812 LED Driver. Uses bit banging and nops for precise timing. Number of nops executed are configurable at run time.

Dependents:   WS2812_Example WS2812_Example_fade Lamp_03 Lamp_04 ... more

Fix for missing initialisation in for loops

This may cause issues for existing timing numbers, but without initialising j at the beginning for the for loops it will start with the end number of the loop above.

Fork of WS2812 library for experimenting with Nucleo board