Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2016-06-08 20:50:32 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2016-06-08 20:50:32 +0300
commit663c9476cd96e6daf1b4e3ed7cf4082d73a6302c (patch)
tree11b4ea7f4b9b35f7fb891c9e58cb88f2412904da
parented91a530681240ea8798e4cd7affa5c10576172c (diff)
Fix #256 - enable 4-way parallel output on the ESP8266 using pins 12,13,14,15 (6,7,5 and 8 on the NodeMCU pin layout/mapping).
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index b6a02f62..d857be80 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -8,6 +8,7 @@ FastLED3.1.2pre
* Fixed noise discontinuity
* Add wino board support
* Fix scale8 (so now, scale8(255,255) == 255, not 254!)
+* Add ESP8266 parallel output support
FastLED3.1.1