From c0bf01fd307e9411bdef4038615ced5baa8ef322 Mon Sep 17 00:00:00 2001 From: IdleGandalf Date: Mon, 13 Jul 2015 23:20:44 +0200 Subject: [PATCH] added readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84e5d89 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# LedD +LEDD Daemon in Python3 + +## What is it? + +It's the daemon behind a Android Application used for controlling multiple +RGB or single color LED stripes with an PCA9685 controller or simillar. + +## Goals + +- manage multiple stripes and controllers at the same time +- an open effects github repository with effects the stripes can use by one-click-download +- automatic location of the connected controller devices and restart/reset and status querys + +### License + +This project is licensed under the conditions of the GNU GPL 3.0.