From 015e1db633ae7a7a975b81ed6f43d4d23f3e0ea2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 2 Sep 2016 11:00:02 -0700 Subject: [PATCH] Updated NeoPixelBus object API (markdown) --- NeoPixelBus-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoPixelBus-object-API.md b/NeoPixelBus-object-API.md index bc0744b..630d4ba 100644 --- a/NeoPixelBus-object-API.md +++ b/NeoPixelBus-object-API.md @@ -10,7 +10,7 @@ For Esp8266 this is the constructor to use. For DotStar using SPI this is the constructor to use. _countPixels_ - The number of pixels on the physical bus. This is limited primarily by memory to contain a buffer for them. Some Methods (ex. NeoEsp8266Dma800KbpsMethod) require more buffer than others and you should refer to their documentation. -### NeoPixelBus\(uint16_t countPixels, uint8_t pinClock, uint8_t pinClock) +### NeoPixelBus\(uint16_t countPixels, uint8_t pinClock, uint8_t pinData) This will define the object with the given Feature and Method, and construct it to handle the countPixels on the given clock and data pins. This is used with DotStars only. _countPixels_ - The number of pixels on the physical bus. This is limited primarily by memory to contain a buffer for them. _pinClock_ - The clock output pin to use.