From a7661c8ecc8d807a40283ce18c0be0a27f82cdb9 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 26 Feb 2016 00:43:00 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 08b8e13..d33abf0 100644 --- a/Home.md +++ b/Home.md @@ -35,7 +35,7 @@ There are several examples that will help you get started. They range from simp This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated. ## [Color objects](https://github.com/Makuna/NeoPixelBus/wiki/Color-objects) -There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbw feature. +There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbwFeature. ## [NeoPixelAnimator object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object) This manages the timing and lifetime for animations. It supplements the NeoPixelBus object to make it easy to create smooth asynchronous animations.