Skip to content

Commit e3c9b88

Browse files
committed
Library folder structure
1 parent 7bac3c5 commit e3c9b88

23 files changed

+31
-144
lines changed

Animations/color.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

Animations/rbWave.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

Animations/rgbWave.h

Lines changed: 0 additions & 35 deletions
This file was deleted.

FastLEDManager.ino

Lines changed: 0 additions & 39 deletions
This file was deleted.

library.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "FastLEDManager",
3+
"description": "Control multiple FastLED lightstrip animations on the ESP8266 without reuploading and more...",
4+
"repository":
5+
{
6+
"type": "git",
7+
"url": "https://github.com/stnkl/FastLEDManager.git"
8+
},
9+
"frameworks": "arduino",
10+
"platforms": "espressif8266",
11+
"authors":
12+
{
13+
"name": "Stephan Rumswinkel",
14+
"maintainer": true,
15+
"url": "https://github.com/stnkl"
16+
},
17+
"version": "1.0.0"
18+
}

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=FastLEDManager
2+
version=1.0.0
3+
author=Stephan Rumswinkel
4+
maintainer=Stephan Rumswinkel
5+
sentence=Control multiple FastLED lightstrip animations on the ESP8266 without reuploading and more...
6+
paragraph=Control multiple FastLED lightstrip animations on the ESP8266 without reuploading and more...
7+
url=https://github.com/stnkl/ESPEssentials.git
8+
category=Display
9+
architectures=esp8266
10+
depends=WiFiManager,ESPEssentials,ArduinoJson,LinkedList,FastLED,WebSockets
11+
includes=FastLEDManager.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)