feat(rmt): Solve neopixel issue (#9906)
* feat(rmt): Solve neopixel issue if neopixelWrite() is used from different tasks/isr_callbacks, it may result in a concurrency problem and many detach/attach calls in sequence, but not in synch. This commit avoids initializing the neopixel GPIO again and improves the respomse time of neopixelWrite().
Showing
Please register or sign in to comment