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