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:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-01-20 23:26:22 +0300
committerGitHub <noreply@github.com>2020-01-20 23:26:22 +0300
commit2589ff69190f332c389ec64927268b5f139a0694 (patch)
tree0cbf5c5e96949a9b73c2013cc54da34364105ace
parentcfe383d3ca0e0047cdd6e470a8c6d17fe6731390 (diff)
parent19468df0ab094cecc5e5fecd31884baa1aba9299 (diff)
Merge pull request #738 from domoritz/patch-2
Delete preview_changes.txt
-rw-r--r--preview_changes.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
deleted file mode 100644
index dbbd9466..00000000
--- a/preview_changes.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-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