Updated Nano 33 BLE NeoMethods (markdown)

Michael Miller
2019-12-09 12:32:04 -08:00
parent 4b97f35deb
commit 8ac94ba6c4

@@ -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 as 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 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.
**If memory becomes a problem on your project, create an issue on Github to investigate solutions that require less memory**