Updated API Reference (markdown)

Michael Miller
2023-03-29 15:01:41 -07:00
parent 17dda33b32
commit 1e717a24e4

@@ -2,14 +2,18 @@ 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. [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. [NeoPixelBusLg](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBusLg-object-API) - The primary interface to the NeoPixels that supports overall brightness and gamma support.
Color Objects - These objects are used to define and reference colors. Color Objects - These objects are used to define and reference colors.
* [RgbColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbColor-object-API) * [RgbColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbColor-object-API)
* [RgbwColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbwColor-object-API) * [RgbwColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbwColor-object-API)
* [Rgb16Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgb16Color-object-API)
* [Rgb48Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgb48Color-object-API)
* [Rgbw64Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgbw64Color-object-API)
* [HtmlColor](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API) * [HtmlColor](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API)
* [HslColor](https://github.com/Makuna/NeoPixelBus/wiki/HslColor-object-API) * [HslColor](https://github.com/Makuna/NeoPixelBus/wiki/HslColor-object-API)
* [HsbColor (aka HsvColor)](https://github.com/Makuna/NeoPixelBus/wiki/HsbColor-object-API) * [HsbColor (aka HsvColor)](https://github.com/Makuna/NeoPixelBus/wiki/HsbColor-object-API)
* [SevenSegDigit](https://github.com/Makuna/NeoPixelBus/wiki/SevenSegDigit-object-API)
[NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations. [NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations.