diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index ecfcd7d..6de302d 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -133,4 +133,8 @@ DotStarSpi500KhzMethod ## DotStarMethod 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 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/ESP32-DotStar-Methods) +