From 2ca41853c4493753f35f994561ced7bcb20565c7 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 5 Apr 2023 21:36:33 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 7263ce8..0af0014 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,8 @@ Please consider donating to the cause. [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4) +[Please see the FAQ for common questions and answers](https://github.com/Makuna/NeoPixelBus/wiki/FAQ). + For quick questions and support: * [Try the new Github Discussions](https://github.com/Makuna/NeoPixelBus/discussions) * [Discord NeoPixelBus Invitation](https://discord.gg/c6FrysvZyV) or if you are already a member of [Discord Server NeoPixelBus](https://discord.com/channels/789177382221119519/789177382221119521) @@ -13,9 +15,6 @@ For quick questions and support: # Overview This is an Arduino Library that supports sending out data to update a series of color "smart LEDs" commonly known as NeoPixels and/or DotStars. - -[Please see the FAQ for common questions and answers](https://github.com/Makuna/NeoPixelBus/wiki/FAQ). - Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices) guide before connecting your NeoPixels, it will save you a lot of time and effort. [The Quick Start Guide](https://github.com/Makuna/NeoPixelBus/wiki/Quick-Start-Guide) will lead you through getting it connected and working for the first time with some tips to help diagnose possible issues.