From 5e87afd954c5860be37c4a42c14e3237bf12028d Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 23 Feb 2016 15:54:24 -0800 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Examples.md b/Examples.md index 60c27f1..61981f0 100644 --- a/Examples.md +++ b/Examples.md @@ -2,16 +2,21 @@ You can find these examples the Arduino IDE examples menu under "NeoPixelBus by # 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 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) # 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. +This example will move a trail of light around a series of pixels with a fading tail. A ring formation of pixels looks best. +[YouTube video of sample running](https://youtu.be/WZDmuSeAZz8) # NeoPixelFunRandomChange -This example will randomly select a number pixels and then start an animation to blend them from their current color to randomly selected a color. +This example will randomly select a number pixels and then start an animation to blend them from their current color to randomly selected a color. +[YouTube video of sample running](https://youtu.be/_mntvFXTXqk) # NeoPixelFunFadeInOut -This example will randomly pick a color and fade all pixels to that color, then it will fade them to black and restart over. +This example will randomly pick a color and fade all pixels to that color, then it will fade them to black and restart over. +[YouTube video of sample running](https://youtu.be/E6HtUSrpvHk) # NeoPixelAnimation -This is a more complex example that demonstrates platform specific animation callbacks and the timescale support for long duration animations. \ No newline at end of file +This is a more complex example that demonstrates platform specific animation callbacks and the timescale support for long duration animations. +[YouTube video of sample running](https://youtu.be/npTYW1JKI6s) \ No newline at end of file