From 4618900aa86430f76dfee126528b74f50f465c4e Mon Sep 17 00:00:00 2001 From: IdleGandalf Date: Tue, 1 Sep 2015 06:56:56 +0200 Subject: [PATCH] added code quality rating --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 261728a..2133103 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LedD +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LED-Freaks/LedD/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LED-Freaks/LedD/?branch=master) + LedD is a daemon for interfacing LED stripes written in python3. It provides an abstract interface for effects to control any kind of LED stripe through an controller, although it is intented to be used with the PCA9685 chip. An Android application can connect and natively change any settings for the effects and stripes. ## Goals