From be47737f0481ab02362987fb46ffe10660d64495 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Sun, 25 Aug 2019 17:11:16 -0700 Subject: Spinning FastLED 3.3.2 --- FastLED.h | 6 +++--- library.json | 2 +- library.properties | 2 +- release_notes.md | 4 +++- 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 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 ============= -- cgit v1.2.3