From e0d01cc16aa9fbabba671024dc931bdf8453fd28 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 17 Apr 2016 13:44:52 -0700 Subject: [PATCH] Updated NeoPixelBus object API (markdown) --- NeoPixelBus-object-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoPixelBus-object-API.md b/NeoPixelBus-object-API.md index 1b1bfd5..9cb91f9 100644 --- a/NeoPixelBus-object-API.md +++ b/NeoPixelBus-object-API.md @@ -44,9 +44,9 @@ indexPixel - the pixel number color - a color object to use, RgbColor, HslColor, and HsbColor will all work and if the NeoPixelBus object was created with the NeoRgbwFeature the RgbwColor will also work. ### ColorObject GetPixelColor(uint16_t indexPixel) -This will return the color for the given pixel. -indexPixel - the pixel number -, a color object, RgbColor, HslColor, HsbColor, and RgbwColor will all work . +This will return the color for the given pixel. +indexPixel - the pixel number +\, a color object, RgbColor or RgbwColor. ### void ClearTo(ColorObject color) This will clear all pixels to the given color.