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:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-08-13 04:48:39 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-08-13 04:48:39 +0300
commitdc122772074fc57634a97e27fe0e9027f7a9fb6c (patch)
tree92a1a382a4a80f89ed003d127ae9efd9523170ce
parent535188dfab7551d6053724a5dd74e0b2b04a7be6 (diff)
Spinning FastLED 3.3 - adding Teensy 4 support.3.3.0
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md5
4 files changed, 9 insertions, 6 deletions
diff --git a/FastLED.h b/FastLED.h
index 3903eaa6..48a64463 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002009
+#define FASTLED_VERSION 3003000
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.010"
+# pragma message "FastLED version 3.003.000"
# else
-# warning FastLED version 3.002.010 (Not really a warning, just telling you here.)
+# warning FastLED version 3.003.000 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index bcdd1756..312e29bf 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.10",
+ "version": "3.3.0",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index 93c90e0f..8f2dd95d 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.10
+version=3.3.0
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
diff --git a/release_notes.md b/release_notes.md
index 925f054a..aa858dc0 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,6 +1,9 @@
-FastLED 3.2.11
+FastLED 3.3.0
==============
* Preliminary Teensy 4 support
+* Fix #861 - power computation for OctoWS2811
+* keywords and other minor changes for compilers (#854, #845)
+* Fix some nrf52 issues (#856), #840
FastLED 3.2.10
==============