From dc741f031aa41d79c803afcc0f928e22ecd80bfb Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 3 Apr 2016 11:13:52 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 91d77ba..a906be0 100644 --- a/Home.md +++ b/Home.md @@ -24,6 +24,9 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad * SK6812rgb and SK6812rgbw (three and four channel pixels that have the extra white LED in them) * All one wire RGB pixels that use a the same transport as any of the above. +## [Projects based on this library](https://github.com/Makuna/NeoPixelBus/wiki/Testimonials) +Here are a few of the projects that use this library. They can often be a great source so you don't have to reinvent the wheel. They maybe just the inspiration you need to make your project. + ## [Smaller Code](https://github.com/Makuna/NeoPixelBus/wiki/Smaller-Code) This library was written to be small. The template based coding pattern allows the compiler to produce smaller code while still supporting all the options. This is important when you are working on smaller Arduinos like a Gemma.