From 061d328a328297011432574964715e7b2f0c399c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 6 Apr 2016 18:13:43 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples.md b/Examples.md index aa5b6b9..4d49a96 100644 --- a/Examples.md +++ b/Examples.md @@ -9,6 +9,9 @@ This is simple example that sets four pixels to red, green, blue, and white in o 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) +# NeoPixelRotateLoop +This example draw a trail of light and then rotate all the pixels so that it looks like a series of pixels with a fading tail. A ring formation of pixels looks best. + # NeoPixelCylon This example will move a Cylon Red Eye back and forth across the full collection of pixels on the strip. This will demonstrate the use of the NeoEase animation ease methods, that provide simulated acceleration to the animations.