Can I get source for pro_micro_rp2350_rainbow.uf2 somewhere?
I’m trying to drive WS2812 in my code using ws2812.c example and it does not work.
Can I get a working example?
Can I get source for pro_micro_rp2350_rainbow.uf2 somewhere?
I’m trying to drive WS2812 in my code using ws2812.c example and it does not work.
Can I get a working example?
It still says pre-release for me so It might be a bit…
Hmmm, this post says it’s just a derivate of what you’re using (using our pinmap)
You could also build a uf2 file as needed from scratch instead…is that what you are doing (with ws2812.c implemented somehow)? Does your code work otherwise?
I found the problem.
line 125: sleep_ms(10);
I didn’t have that and my code was pushing data too fast - effectively prohibiting a change from latching.