From dc122772074fc57634a97e27fe0e9027f7a9fb6c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 12 Aug 2019 18:48:39 -0700 Subject: Spinning FastLED 3.3 - adding Teensy 4 support. --- FastLED.h | 6 +++--- library.json | 2 +- library.properties | 2 +- release_notes.md | 5 ++++- 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 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 ============== -- cgit v1.2.3