Mercurial > code > home > repos > light9
annotate rgbled/Adafruit_NeoPixel/README.md @ 2458:0e27ba33118c default tip
better blender<->asco playback cooperation. still no play support in blender; only seek
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 May 2025 16:25:06 -0700 |
parents | ef4ae15f2661 |
children |
rev | line source |
---|---|
1231
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 Adafruit NeoPixel library |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 ========================= |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 Arduino library for controlling single-wire-based LED pixels and strip such as the [Adafruit 60 LED/meter Digital LED strip][strip], the [Adafruit FLORA RGB Smart Pixel][flora], the [Adafruit Breadboard-friendly RGB Smart Pixel][pixel], the [Adafruit NeoPixel Stick][stick], and the [Adafruit NeoPixel Shield][shield]. |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 After downloading, rename folder to 'Adafruit_NeoPixel' and install in Arduino Libraries folder. Restart Arduino IDE, then open File->Sketchbook->Library->Adafruit_NeoPixel->strandtest sketch. |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 [flora]: http://adafruit.com/products/1060 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 [strip]: http://adafruit.com/products/1138 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 [pixel]: http://adafruit.com/products/1312 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 [stick]: http://adafruit.com/products/1426 |
ef4ae15f2661
copy in rgb led program for arduino
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
12 [shield]: http://adafruit.com/products/1430 |