Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.18k stars 264 forks source link

NRF52x: Add support for Tx1812 LED #436

Closed atanisoft closed 3 years ago

atanisoft commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the Tx1812 LED is only implemented on the ESP32 using the RMT peripheral, it would be good to have this support on the NRF52x as well.

atanisoft commented 3 years ago

duplicate of #437