Updated Examples (markdown)

Michael Miller
2016-04-06 18:13:43 -07:00
parent def07ee5cc
commit 061d328a32

@@ -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.