Updated Examples (markdown)

Michael Miller
2016-09-01 23:45:34 -07:00
parent 706bf87b40
commit 03b425bff5

@@ -5,6 +5,10 @@ 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) [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.
# NeoPixelFunLoop # 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) [YouTube video of sample running](https://youtu.be/WZDmuSeAZz8)