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:09:20 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-25 03:09:20 +0400
commit359f3a4744c2eb859e7446530f4128a38ec3af8b (patch)
tree0fc0dc220726d535ea08fdf8813dda03afa19c00 /preview_changes.txt
parent5f92483b58d0133929206177ddf25b5c641298db (diff)
Add a log file of changes to preview releases
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
new file mode 100644
index 00000000..f109a2cf
--- /dev/null
+++ b/preview_changes.txt
@@ -0,0 +1,13 @@
+Preview 2
+* Rename pin class to FastPin
+* Replace latch with select, more accurate description of what it does
+* Enforce intra-frame timing for ws2801s
+* SM16716 support
+* 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
+
+Preview 1
+* Initial release