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:
authordanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-25 03:15:34 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-25 03:15:34 +0400
commitb4ec18920deb2625f6b6d2e7bade3462bf53002d (patch)
tree8396a03500ff46682eaeca5428cc9eef467e3e1b /preview_changes.txt
parent359f3a4744c2eb859e7446530f4128a38ec3af8b (diff)
Adding some warnings and tweaking messaging
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index f109a2cf..5310ad35 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -6,8 +6,9 @@ Preview 2
* Add #define FAST_SPI_INTERRUPTS_WRITE_PINS to make sure world is ok w/interrupts and SPI
* Add #define FORCE_SOFTWARE_SPI for those times when you absolutely don't want to use hardware SPI, ev
en if you're using the hardware SPI pins
-* Add pin definitions for the arduino megas
-* Add pin definitions for the leonardo
+* Add pin definitions for the arduino megas - should fix ws2811 support
+* Add pin definitions for the leonardo - should fix spi support and pin mappings
+* Add warnings when pin definitions are missing
Preview 1
* Initial release