From d3501215cfc3d62663dceb798bd16fa116cb2e58 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 26 Feb 2016 00:36:40 -0800 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index b889932..2db63ea 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -1,4 +1,4 @@ -(work in progress) +See [NeoPixelBus object API Reference](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object-API) for more details on the methods exposed. 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. ```