adafruit / Adafruit_CircuitPython_PIOASM

Simple assembler to convert pioasm to bytes
MIT License
27 stars 17 forks source link

Fix the neopixel example #12

Closed jepler closed 3 years ago

jepler commented 3 years ago

It referred to a pin that doesn't exist on the Pico, and had the unneeded init=.

Also pull in the fix for pylint file duplication so the CI can succeed.

Send several different pixel colors so that the user can see it working.

Verified to still work on my Pico.