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 22:39:00 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-03-25 22:39:00 +0400
commitbde4b1bdc14a3cfe4942cf35a7db8d180a69e929 (patch)
tree0e517442d69a4ec3176d0c7d151965b0566a2160 /preview_changes.txt
parent40dcfa4e5a1a39e86afde52549283fa5c2d81f87 (diff)
True direct hardware SPI support on the teensy 3.0
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index 50d7aef9..464b9777 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,3 +1,6 @@
+Preview 3
+* True hardware SPI support for teensy (up to 20Mbit output!)
+* Minor bug fixes/tweaks
Preview 2
* Rename pin class to FastPin
* Replace latch with select, more accurate description of what it does