From 17500040c5e90f01ae574d0311e5df7f48e4beb9 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 11 Dec 2016 15:23:13 -0800 Subject: [PATCH] Updated API Reference (markdown) --- API-Reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API-Reference.md b/API-Reference.md index 86a835c..40562f2 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -2,6 +2,8 @@ The following are quick links to the APIs to all the objects with user callable [NeoPixelBus](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object-API) - The primary interface to the NeoPixels. +[NeoPixelBrightnessBus](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBrightnessBus-object-API) - The primary interface to the NeoPixels that supports overall brightness support; at a cost. + Color Objects - These objects are used to define and reference colors. * [RgbColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbColor-object-API) * [RgbwColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbwColor-object-API)