mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-06 20:34:27 +02:00
Updated Nano 33 BLE NeoMethods (markdown)
@@ -8,7 +8,7 @@ The NeoNrf52xPwm2800KbpsMethod is an example. The number following the Pwm is 0-
|
||||
|
||||
These methods support any available pin.
|
||||
|
||||
These methods uses PWM DMA hardware support to send data to the NeoPixels. Thus this method uses very little CPU for actually sending the data to NeoPixels but it requires an extra buffer for hardware to read from. This extra buffer is 128x the size of the primary buffer due to the requirements of the PWM DMA hardware as it represents each bit to send using a 16 bit value.
|
||||
These methods uses PWM DMA hardware support to send data to the NeoPixels. Thus this method uses very little CPU for actually sending the data to NeoPixels but it requires an extra buffer for hardware to read from. This extra buffer is 16x the size of the primary buffer due to the requirements of the PWM DMA hardware as it represents each bit to send using a 16 bit value.
|
||||
|
||||
**If memory becomes a problem on your project, create an issue on Github to investigate solutions that require less memory**
|
||||
|
||||
|
Reference in New Issue
Block a user