From 778480b96e0e61b88fe7ee72f90dade2df89a15b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 5 Feb 2019 15:54:57 -0800 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index 748f44d..54e9fa3 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -95,7 +95,8 @@ These platform methods will define "how" the pixels are updated. ## DotStarSpiMethod This method should only be used with DotStar color features. -It will use the available hardware SPI support for the board you build with. The clock and data pins are not changeable for hardware support and thus the Pins argument is omitted. +It will use the available hardware SPI support for the board you build with. +Generally the clock and data pins are not changeable for hardware support and thus the Pins argument is omitted on the constructor. If the pins are changeable like on the ESP32, then provide the pins to `Begin`. The hardware pins on the board are often labeled as MOSI for data, and MSCLK or CLK for the clock. ## DotStarMethod