From 450e67f5cc799e2dcc9c8bffa4b2400eb273d91d Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 8 Dec 2019 23:00:11 -0800 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index bb25128..4294d7b 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -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.