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 <dgarcia@Xolotl.local>2015-11-17 07:55:27 +0300
committerDaniel Garcia <dgarcia@Xolotl.local>2015-11-17 07:55:27 +0300
commit7cd056fd36433faaf23b93a114619e04fa1a7d0a (patch)
treeba80a2edf7f314f2bfe393a82ef6bb50c6e79ac7 /release_notes.md
parentd404d08374474ca93c89f54301cc8221976bb022 (diff)
Preliminary pixie support
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index 8b508d34..2258ab46 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -5,6 +5,8 @@ FastLED3.1.1pre
* Fix power management issue w/parallel output
* Use static_asserts for some more useful compile time errors around bad pins
* Roll power management into FastLED.show/delay directly
+* Support for adafruit pixies on arduino type platforms that have SoftwareSerial
+ * TODO: support hardware serial on platforms that have it available
FastLED3.1.0
============