Updated DotStar Methods (markdown)

Michael Miller
2023-04-09 09:19:29 -07:00
parent d7cdf8a0e6
commit d478cbaef6

@@ -9,8 +9,10 @@ Simply insert the model name of your LED before "Method" and more than likely yo
* **P9813**Method - (P9813) Must use the P9813BgrFeature.
* **Lpd8806**Method - (LPD8806) Must use either Lpd8806BrgFeature or Lpd8806GrbFeature color feature.
* **Lpd6803**Method - (LPD6803) Must use one of the many Lpd6803*Feature.
* **Sm16716**Method - (SM16716) Use the DotStarRgbFeature color feature. Only supported as BitBang.
Provide the Pins to use for Data and Clock by setting them in the constructor `NeoPixelBus(uint16_t countPixels, uint8_t pinClock, uint8_t pinData)`.
Provide the Pins to use for Data and Clock by setting them in the constructor:
`NeoPixelBus(uint16_t countPixels, uint8_t pinClock, uint8_t pinData)`.
### Hardware SPI named:
**"\<insert LED name\>SpiMethod"**