nodemcu-firmware/docs/en
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
..
modules Finalize work on ws2812 module 2016-05-09 07:21:50 +02:00
build.md Change a number of default values 2016-03-09 23:16:43 +01:00
extn-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
flash.md Add chapter about firmware files and flash address 2016-01-31 14:33:49 +01:00
hardware-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
index.md Final polishing on several pages 2016-01-16 23:11:40 +01:00
lua-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
start.md Rename DIR to dir and improve JavaScript for RTD 2015-12-28 17:25:00 +01:00
support.md Add a few more remarks to the support page 2016-04-17 23:53:41 +02:00
upload.md Change a number of default values 2016-03-09 23:16:43 +01:00