Skip to content

Commit

Permalink
Added the "Best Practices" page to comments/documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
626Pilot committed May 9, 2014
1 parent ccfd422 commit 60199e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions EXTREMELY_IMPORTANT_WARNINGS.txt
Expand Up @@ -14,3 +14,7 @@ THE PERSON (WHICH MAY BE *YOU*) HAS NEVER KNOWINGLY HAD A PHOTOSENSITIVE EPISODE
to you to learn the warning signs, but symptoms may include dizziness, nausea, vision changes,
convlusions, disorientation, involuntary movements, and eye twitching. (This list is not
necessarily exhaustive.)

BEST PRACTICES: https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices
It's a good idea to read these. They include advice for how to protect your NeoPixels against
shorting out, and how to use a capacitor to ensure smooth power delivery.
4 changes: 3 additions & 1 deletion ws2812-RPi.c
Expand Up @@ -31,10 +31,12 @@
// convlusions, disorientation, involuntary movements, and eye twitching. (This list is not
// necessarily exhaustive.)
//
// NEOPIXEL BEST PRACTICES: https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices
//
// Connections:
// Positive to Raspberry Pi's 3.3v
// Negative to Raspberry Pi's ground
// Data to pin #18
// Data to pin #18 (through a resistor, which you should know from the Best Practices guide!)
//
// GitHub (source, support, etc.): https://github.com/626Pilot/RaspberryPi-NeoPixel-WS2812
// Buy WS2812-based stuff from: http://adafruit.com
Expand Down

0 comments on commit 60199e3

Please sign in to comment.