Added C-implementation for NeoPixel.

Changed a few colors/animation settings for demo purposes.

Signed-off-by: Dirk Jahnke <dirk@familie-jahnke.de>
This commit is contained in:
Dirk Jahnke
2017-12-05 12:40:37 +01:00
parent 2479cc62fd
commit b79d6dfd48
4 changed files with 103 additions and 20 deletions

View File

@@ -4,6 +4,6 @@
{"level": "EG", "room": "Bad", "id": "eg-bad", "onColor": "red"},
{"level": "EG", "room": "Kueche", "id": "eg-kueche", "onColor": "green"},
{"level": "EG", "room": "Flur", "id": "eg-flur", "onColor": "blue"},
{"level": "OG", "room": "Wohnzimmer", "id": "og-wozi", "onColor": "candle"},
{"level": "OG", "room": "Buero", "id": "og-office", "onColor": "coldWhite"}
{"level": "OG", "room": "Wohnzimmer", "id": "og-wozi", "onColor": "yellow"},
{"level": "OG", "room": "Buero", "id": "og-office", "onColor": "violet"}
]