From c5cba3dd306f2b8a11f274f9faa147c8b6b1b339 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 1 Sep 2016 23:46:17 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index d180c1b..a4468eb 100644 --- a/Examples.md +++ b/Examples.md @@ -2,12 +2,12 @@ You can find these examples in the Arduino IDE examples menu under "NeoPixelBus # NeoPixelTest This is a good place to start and make sure your pixels work. -This is simple example that sets four pixels to red, green, blue, and white in order; and then flashes off and then on again. If the first pixel is green and the second is red, you need to use the NeoRgbFeature with NeoPixelBus constructor. +This is a simple example that sets four pixels to red, green, blue, and white in order; and then flashes off and then on again. If the first pixel is green and the second is red, you need to use the NeoRgbFeature with NeoPixelBus constructor. [YouTube video of sample running](https://youtu.be/29cMRZeLSBU) # DotStarTest This is a good place to start and make sure your pixels work. -This is simple example that sets four pixels to red, green, blue, and white in order; and then flashes off and then on again. If the color order is different, then you need to enter an issue listing the order you see and a solution will be provided. +This is a simple example that sets four pixels to red, green, blue, and white in order; and then flashes off and then on again. If the color order is different, then you need to enter an issue listing the order you see and a solution will be provided. # NeoPixelFunLoop This example will move a trail of light around a series of pixels with a fading tail. A ring formation of pixels looks best.