626Pilot / RaspberryPi-NeoPixel-WS2812

Library for driving WS2812 pixels (also known as "NeoPixels" when sold by Adafruit) from a Raspberry Pi.
132 stars 26 forks source link

Comments change #3

Closed jonshouse1 closed 10 years ago

jonshouse1 commented 10 years ago

// Connections: // Positive to Raspberry Pi's 3.3v // Negative to Raspberry Pi's ground

// Data to pin #18 (through a resistor, which you should know from the Best Practices guide!)

Change to // Data to GPIO18 (Pin 12) (through a resistor, which you should know from the Best Practices guide!)

626Pilot commented 10 years ago

Accepted.