commit 3c1e35b9122f14715ee31a9cab8e2105059e67dc Author: Branden Hall Date: Tue Dec 6 11:26:54 2011 -0500 Initial commit, added LPD8806 RGB LED Strip diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/AdaFruit.fzbz b/AdaFruit.fzbz new file mode 100644 index 0000000..54cb838 Binary files /dev/null and b/AdaFruit.fzbz differ diff --git a/LPD8806/LPD8806 RGB LED Strip.fzpz b/LPD8806/LPD8806 RGB LED Strip.fzpz new file mode 100644 index 0000000..76a0aa5 Binary files /dev/null and b/LPD8806/LPD8806 RGB LED Strip.fzpz differ diff --git a/LPD8806/LPD8806_breadboard.svg b/LPD8806/LPD8806_breadboard.svg new file mode 100644 index 0000000..dad9a2e --- /dev/null +++ b/LPD8806/LPD8806_breadboard.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LPD8806/LPD8806_pcb.svg b/LPD8806/LPD8806_pcb.svg new file mode 100644 index 0000000..ba72bda --- /dev/null +++ b/LPD8806/LPD8806_pcb.svg @@ -0,0 +1,27 @@ + + + + + Fritzing footprint SVG + + + + + + + + + + + + + + + + + + + + + + diff --git a/LPD8806/LPD8806_schematic.svg b/LPD8806/LPD8806_schematic.svg new file mode 100644 index 0000000..2e6b90e --- /dev/null +++ b/LPD8806/LPD8806_schematic.svg @@ -0,0 +1,57 @@ + + + + + + + LPD8806 + RGB LED + Strip + + CO + +5V + + + + + + + + + + + + + + + + + + + + DO + GND + + + + + + + + + + + + + + + + + + + CI + +5V + DI + GND + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d15da53 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +AdaFruit Fritzting Library +========================== + +A library of parts for [Fritzing](http://fritzing.org/) + +If you would like to just use the parts then just download AdaFruit.fzbz and import the parts bin into Fritzing (File -> Parts Bin -> Open -> From File...)