From 4db2c45f495c7dd66e186409f77eb2ba335bb55a Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 23 Sep 2019 19:13:31 -0700 Subject: [PATCH] Updated Quick Start Guide (markdown) --- Quick-Start-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Quick-Start-Guide.md b/Quick-Start-Guide.md index 845d156..d8d9f5f 100644 --- a/Quick-Start-Guide.md +++ b/Quick-Start-Guide.md @@ -9,4 +9,7 @@ The two wire LEDs are APA102 and LPD8806. They are commonly referred to as DotS The second detail that is needed to be configured is what order the colors are for the LEDs and how many LEDs are used within the pixel. Most will only come with three LEDs, a Red, a Green, and a Blue. Some will include a forth, White. The order of these is important and may require you to use a test sketch to figure it. If you don't know the order, start with GRB order. - \ No newline at end of file + +[**Continue Quick Start Using One Wire LEDs**](https://github.com/Makuna/NeoPixelBus/wiki/Quick-Start-Using-One-Wire-LEDs) + +[**Continue Quick Start Using Two Wire LEDs**](https://github.com/Makuna/NeoPixelBus/wiki/Quick-Start-Using-Two-Wire-LEDs) \ No newline at end of file