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>2015-10-16 06:18:07 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-10-16 06:18:07 +0300
commit01fd2ebd3f3b438a5cf1569c2b16a68d16cd03e9 (patch)
tree1719d40c5c79d8cc2683246a9e9d478a0050f5b7 /release_notes.md
parentccf12263ce06218302c7bdcb7879a6e90122266e (diff)
Use static asserts to give better error messaging about not enough clock cycles and bad pin choices in environments that support C++11.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index ec8e0d33..e1496556 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -3,6 +3,7 @@ FastLED3.1.1pre
* Enabled RFDuino/nrf51822 hardware SPI support
* Fix edge case bug w/HSV palette blending
* Fix power management issue w/parallel output
+* Use static_asserts for some more useful compile time errors around bad pins
FastLED3.1.0
============