adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
302 stars 98 forks source link

Sudo-less RPI Instructions - Fixed actions check format #148

Closed FoamyGuy closed 1 year ago

FoamyGuy commented 1 year ago

This PR is the same change as #146 but with the changes needed to pass actions.

I didn't have permission to commit to the branch from that PR so I've made this new one with the required changes to ensure actions pass and if so allow us to move it forward in the Adafruit fork without needing further action from the original contributor.

FoamyGuy commented 1 year ago

I tested the steps and example code given on a Raspberry Pi 3 B+ and confirmed I am able to interact with neopixels without having used sudo for my ptyhon script.

The only portion of the setup process that I used sudo for was the raspi-config step to enable SPI and serial.

Installing blinka, installing neopixel library, and running the example script in python were all done without sudo and did successfully set the neopixel colors.

FoamyGuy commented 1 year ago

closing this. #146 is updated and passing.