This.PIO.Enable is missing.#79
Conversation
|
This would reset the whole PIO peripheral, breaking any other programs that are already loaded into other SMs. It’s the caller’s responsibility to enable the peripheral before calling WS2812.Initialize. The driver behavior is correct, albeit poorly documented. |
Poorly documented indeed as your sample code (https://github.com/JeremyGrosser/pico_examples/blob/master/ws2812_demo/src/ws2812_demo.adb) isn't calling Note that I have wasted 2 days on this because the sample code isn't working. |
|
A quote from the LICENSE file:
|
I hope this is the correct place. Thanks for you patience.