mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 22:34:25 +02:00
Updated NeoPixelBus object (markdown)
@@ -83,8 +83,8 @@ The hardware pins on the board are often labeled as MOSI for data, and MSCLK or
|
|||||||
This method should only be used with DotStar color features. It will use two provided pins for clock and data to implement a software SPI.
|
This method should only be used with DotStar color features. It will use two provided pins for clock and data to implement a software SPI.
|
||||||
|
|
||||||
## Platform specific
|
## Platform specific
|
||||||
In most cases the above should be all the methods you need to use. In a few cases, there are alternative methods that are useful to use on some platforms. Below are links to the platform specific methods.
|
In most cases the above should be all the methods you need to use for all platforms. In a few cases, there are alternative methods that are useful to use on some platforms. Below are links to the platform specific methods.
|
||||||
* [Esp32 Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/esp32neomethods)
|
* [Esp32 Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/ESP32-NeoMethods)
|
||||||
* [Esp8266 Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/esp8266neomethods)
|
* [Esp8266 Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods)
|
||||||
* [AVR Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/avrneomethods)
|
* [AVR Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/AVR-NeoMethods)
|
||||||
* [ARM Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/armneomethods)
|
* [ARM Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/ARM-NeoMethods)
|
||||||
|
Reference in New Issue
Block a user