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

github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Библиотеки/FastLED-master/preview_changes.txt')
-rw-r--r--Библиотеки/FastLED-master/preview_changes.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Библиотеки/FastLED-master/preview_changes.txt b/Библиотеки/FastLED-master/preview_changes.txt
new file mode 100644
index 0000000..dbbd946
--- /dev/null
+++ b/Библиотеки/FastLED-master/preview_changes.txt
@@ -0,0 +1,19 @@
+FastLED 3.1 preview changes:
+* UART in SPI mode support on AVR
+* Support for using both hardware SPI pinsets on the Teensy 3.x - 11/13 and 7/14.
+* Added UCS1904 support
+* Better AVR cycle counting
+* Split WS2812/WS2811 timings
+* Added DOTSTAR definition for adafruit dotstar pixels (aka APA102)
+* 8-way parallel output on teensy 3, 3.1 (portc,portd), due/digix (porta, portb, portd)
+* 12-way parallel output on teensy 3, 3.1 (portc)
+* 16-way parallel output on teensy 3, 3.1 (portc & portd paired)
+* refresh rate limiting
+* interrupt friendly code on teensy 3/3.1
+* -interrupt friendly code on AVR- <-- disabled for now
+* interrupt friendly code on the due
+* code re-org for future wider platform support
+* Spark Core support
+* arduino zero support (no hardware spi yet)
+* greatly improved clockless output for avr
+* greatly improved clockless output for arm m0 boards