Thomas Soëte 0577c8af0f Finalize work on ws2812 module
* Fix bug on first write
	Pin is 'HIGH' at reset, so we need to pull it down and generate a
	reset.

* Move init code to flash section, not needed to be in iram.

* Remove pin choice in API

* Remove lock in ws2812_buffer_write

* Remove naked malloc

* Drop ws2812_writergb

* Drop support of ws2812.buffers to ws2812_writegrb should use ws2812.buffers:write

* Add support for <>3 colors per leds strips (RGBW)

* Remove ICACHE_FLASH_ATTR

* Add static const on _uartData to avoid initialization penalty
2016-05-09 07:21:50 +02:00
..
2016-01-20 19:40:47 +11:00
2016-03-20 12:54:16 -04:00
2016-05-09 07:21:50 +02:00
2016-03-20 18:44:06 -04:00
2016-04-29 19:57:31 +02:00
2016-01-20 19:40:47 +11:00
2016-03-22 22:26:44 +01:00