mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated NeoPixelBus object API (markdown)
@@ -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\<FEATURE, METHOD\>(uint16_t countPixels, uint8_t pinClock, uint8_t pinClock)
|
||||
### NeoPixelBus\<FEATURE, METHOD\>(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.
|
||||
|
Reference in New Issue
Block a user