diff --git a/DotStar-Methods.md b/DotStar-Methods.md index a98bf4d..486656b 100644 --- a/DotStar-Methods.md +++ b/DotStar-Methods.md @@ -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: **"\SpiMethod"**