From 69e70bb51be260d5c0590d43b5a622be98b4711b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 4 Apr 2023 12:10:47 -0700 Subject: [PATCH] Updated Neo Methods (markdown) --- Neo-Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neo-Methods.md b/Neo-Methods.md index 0c77129..bc499b3 100644 --- a/Neo-Methods.md +++ b/Neo-Methods.md @@ -28,7 +28,7 @@ In most cases the above basic named methods should be all the methods you need t * Neo**Esp32Rmt6**Ws2812xMethod - ESP32 platform, using RMT peripheral on channel 6, for the WS2812x model LEDs. * Neo**Nrf52xPwmN**Ws2812xMethod - NRF52x platform, using PWM peripheral with a run time selected channel, for the WS2812x model LEDs. -Currently supported platforms and their specific methods. +Currently supported platforms that have 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)