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