From 7c81859c88604cf65497406d6f717ceb9578e2aa Mon Sep 17 00:00:00 2001 From: David Madison Date: Sun, 19 Mar 2017 12:04:23 -0400 Subject: [PATCH] Update README.md Added 'credits' section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 963ce3f..f75aa10 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Upload to your Arduino and use a corresponding PC application to stream color da I've only tested the code with the WS2812B strips I have on hand, but so far it performs flawlessly. If you find an issue with the code or can confirm that it works with another chipset, please let me know! +## Credits and Contributions + +The base for the original FastLED modifications is [this gist](https://gist.github.com/jamesabruce/09d79a56d270ed37870c) by [James Bruce](https://github.com/jamesabruce). Thanks James! + +Pull requests to improve this software are always welcome! + ## License Adalight is free software: you can redistribute it and/or modify