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:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-02-03 07:25:05 +0300
committerMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-02-03 07:25:05 +0300
commitfefc5f563a33963b9998f0475ad050813b30adcb (patch)
tree9d6c9765ab9228711277c2203f7ae5dd9e339c1b /library.json
parentced802e5a418e4b3e5f9f5e7872d9c66e42b5d8d (diff)
Rev. 3.3.3 to improve board support, add example animations, fix bugs, and to pass the torch.3.3.3
Diffstat (limited to 'library.json')
-rw-r--r--library.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/library.json b/library.json
index c7075be7..bcb24070 100644
--- a/library.json
+++ b/library.json
@@ -12,13 +12,28 @@
"name": "Mark Kriegsman",
"url": "https://github.com/kriegsman",
"maintainer": true
+ },
+ {
+ "name": "Sam Guyer",
+ "url": "https://github.com/samguyer",
+ "maintainer": true
+ },
+ {
+ "name": "Jason Coon",
+ "url": "https://github.com/jasoncoon",
+ "maintainer": true
+ },
+ {
+ "name": "Josh Huber",
+ "url": "https://github.com/uberjay",
+ "maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.3.2",
+ "version": "3.3.3",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",