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-26 03:11:16 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-08-26 03:11:16 +0300
commitbe47737f0481ab02362987fb46ffe10660d64495 (patch)
tree803311a76251197b21a22b0b8bcabe44b658dbfe
parent6110d35f72214bb0bdb87bf37a030bc1769317b2 (diff)
Spinning FastLED 3.3.23.3.2
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md4
4 files changed, 8 insertions, 6 deletions
diff --git a/FastLED.h b/FastLED.h
index cafbdb78..d2d4b649 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3003001
+#define FASTLED_VERSION 3003002
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.003.001"
+# pragma message "FastLED version 3.003.002"
# else
-# warning FastLED version 3.003.001 (Not really a warning, just telling you here.)
+# warning FastLED version 3.003.002 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index b95708ab..c7075be7 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.3.1",
+ "version": "3.3.2",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index b6f22eb8..31175c55 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.3.1
+version=3.3.2
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 158737c5..cf9ce1a3 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,7 +1,9 @@
-FastLED 3.3.2pre
+FastLED 3.3.2
=============
* Fix APA102 compile error #870
+* Normalize pin definition macros so that we can have an .ino file that can be used to output what pin/port mappings should be for a platform
+* Add defnition for ATmega32
FastLED 3.3.1
=============