Updated NeoPixelBus object API (markdown)

Michael Miller
2016-04-17 13:44:52 -07:00
parent 4dde64f394
commit e0d01cc16a

@@ -46,7 +46,7 @@ color - a color object to use, RgbColor, HslColor, and HsbColor will all work an
### ColorObject GetPixelColor(uint16_t indexPixel)
This will return the color for the given pixel.
indexPixel - the pixel number
<return>, a color object, RgbColor, HslColor, HsbColor, and RgbwColor will all work .
\<return\>, a color object, RgbColor or RgbwColor.
### void ClearTo(ColorObject color)
This will clear all pixels to the given color.