From 1804fe5b5fab73cbcb91ba32e9907eee470aa6ee Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 5 Apr 2023 10:48:24 -0700 Subject: [PATCH] Updated Nano 33 BLE NeoMethods (markdown) --- Nano-33-BLE-NeoMethods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nano-33-BLE-NeoMethods.md b/Nano-33-BLE-NeoMethods.md index 8d8e3de..2377dfd 100644 --- a/Nano-33-BLE-NeoMethods.md +++ b/Nano-33-BLE-NeoMethods.md @@ -10,7 +10,7 @@ These methods use PWM DMA hardware support to send data to the NeoPixels. Thus * Pwm1 - Uses PWM peripheral channel 1, an example would be NeoNrf52x**Pwm1**Ws2812xMethod. * Pwm2 - Uses PWM peripheral channel 2, an example would be NeoNrf52x**Pwm2**Ws2812xMethod. * Pwm3 - Uses PWM peripheral channel 3, an example would be NeoNrf52x**Pwm3**Ws2812xMethod. -* PwmN - Uses PWM peripheral but defines the channel at runtime as a constructor argument, an example would be NeoNrf52x**PwmN**Ws2812xMethod. +* PwmN - Uses PWM peripheral but defines the channel at runtime as a constructor argument, an example would be NeoNrf52x**PwmN**Ws2812xMethod. [The PWM channel to use is defined at runtime as an argument on the NeoPixelBus constructor](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object-API#neopixelbust_color_feature-t_methoduint16_t-countpixels-uint8_t-pin-neobuschannel-channel). *Note:* The Pwm2 is the default PWM channel used when using the standard method names.