Updated NeoPixelBus object (markdown)

Michael Miller
2019-12-08 23:00:11 -08:00
parent 7ee4b95a65
commit 450e67f5cc

@@ -90,6 +90,7 @@ If you are having issues with the general speed methods, then you can use one of
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/ESP32-NeoMethods)
* [Esp8266 Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods)
* [Nano 33 BLE (NRF52840) Platform specific methods](https://github.com/Makuna/NeoPixelBus/wiki/Nano-33-BLE-NeoMethods)
# DotStar Methods
These platform methods will define "how" the pixels are updated.